Home
last modified time | relevance | path

Searched refs:skipWhitespace (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp56 void skipWhitespace (void) in skipWhitespace() function in vkt::cts_amber::AmberIndexFileParser
64 skipWhitespace(); in skipCommentLine()
134 skipWhitespace(); in parse()
136 skipWhitespace(); in parse()
139 skipWhitespace(); in parse()
141 skipWhitespace(); in parse()
144 skipWhitespace(); in parse()
146 skipWhitespace(); in parse()
149 skipWhitespace(); in parse()
160 skipWhitespace(); in parse()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp56 void skipWhitespace (void) in skipWhitespace() function in vkt::cts_amber::AmberIndexFileParser
64 skipWhitespace(); in skipCommentLine()
134 skipWhitespace(); in parse()
136 skipWhitespace(); in parse()
139 skipWhitespace(); in parse()
141 skipWhitespace(); in parse()
144 skipWhitespace(); in parse()
146 skipWhitespace(); in parse()
149 skipWhitespace(); in parse()
160 skipWhitespace(); in parse()
[all...]
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c30 skipWhitespace(const char *s) { in skipWhitespace() function
87 if(end!=line && *skipWhitespace(end)==';') { in main()
122 skipWhitespace(end+1)); /* comment from second line, after # and spaces */ in main()
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
H A Dscan.js34 function skipWhitespace () {
117 skipWhitespace()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DBiDiConformanceTest.java52 if (!skipWhitespace()) { in TestBidiTest()
71 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') { in TestBidiTest()
189 if (!skipWhitespace()) { in TestBidiCharacterTest()
383 while(skipWhitespace() && (c0=line.charAt(lineIndex))!=';') { in parseInputStringFromBiDiClasses()
595 private boolean skipWhitespace() { in skipWhitespace() method in BiDiConformanceTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DBiDiConformanceTest.java55 if (!skipWhitespace()) { in TestBidiTest()
74 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') { in TestBidiTest()
192 if (!skipWhitespace()) { in TestBidiCharacterTest()
386 while(skipWhitespace() && (c0=line.charAt(lineIndex))!=';') { in parseInputStringFromBiDiClasses()
598 private boolean skipWhitespace() { in skipWhitespace() method in BiDiConformanceTest
/third_party/icu/icu4c/source/test/intltest/
H A Dtokiter.cpp68 ICU_Utility::skipWhitespace(line, pos, true); in nextToken()
H A Dtextfile.cpp119 ICU_Utility::skipWhitespace(line, pos, true); in readLineSkippingComments()
/third_party/icu/icu4c/source/common/
H A Dutil.h107 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
116 * skipWhitespace(text, start, limit) will advance start past leading
117 * whitespace, whereas the call skipWhitespace(text, limit, start),
128 //? static int32_t skipWhitespace(const Replaceable& text,
H A Dutil.cpp149 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() function in ICU_Utility
166 * skipWhitespace(text, start, limit) will advance start past leading
167 * whitespace, whereas the call skipWhitespace(text, limit, start),
178 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
217 skipWhitespace(id, pos, true); in parseChar()
H A Dutil_props.cpp105 // FALL THROUGH to skipWhitespace in parsePattern()
108 pos = skipWhitespace(rule, pos); in parsePattern()
H A Duniset_props.cpp173 ICU_Utility::skipWhitespace(pattern, i, true); in applyPattern()
1041 pos = ICU_Utility::skipWhitespace(pattern, pos); in applyPropertyPattern()
1051 pos = ICU_Utility::skipWhitespace(pattern, pos); in applyPropertyPattern()
/third_party/node/deps/icu-small/source/common/
H A Dutil.h107 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
116 * skipWhitespace(text, start, limit) will advance start past leading
117 * whitespace, whereas the call skipWhitespace(text, limit, start),
128 //? static int32_t skipWhitespace(const Replaceable& text,
H A Dutil.cpp149 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() function in ICU_Utility
166 * skipWhitespace(text, start, limit) will advance start past leading
167 * whitespace, whereas the call skipWhitespace(text, limit, start),
178 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
217 skipWhitespace(id, pos, true); in parseChar()
H A Dutil_props.cpp105 // FALL THROUGH to skipWhitespace in parsePattern()
108 pos = skipWhitespace(rule, pos); in parsePattern()
H A Duniset_props.cpp173 ICU_Utility::skipWhitespace(pattern, i, true); in applyPattern()
1038 pos = ICU_Utility::skipWhitespace(pattern, pos); in applyPropertyPattern()
1048 pos = ICU_Utility::skipWhitespace(pattern, pos); in applyPropertyPattern()
/third_party/skia/third_party/externals/icu/source/common/
H A Dutil.h97 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
106 * skipWhitespace(text, start, limit) will advance start past leading
107 * whitespace, whereas the call skipWhitespace(text, limit, start),
118 //? static int32_t skipWhitespace(const Replaceable& text,
H A Dutil.cpp135 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() function in ICU_Utility
152 * skipWhitespace(text, start, limit) will advance start past leading
153 * whitespace, whereas the call skipWhitespace(text, limit, start),
164 //?int32_t ICU_Utility::skipWhitespace(const Replaceable& text,
203 skipWhitespace(id, pos, TRUE); in parseChar()
H A Dutil_props.cpp105 // FALL THROUGH to skipWhitespace in parsePattern()
108 pos = skipWhitespace(rule, pos); in parsePattern()
/third_party/icu/icu4c/source/i18n/
H A Drbnf.cpp335 inline void skipWhitespace(void) { in skipWhitespace() function in LocDataParser
423 skipWhitespace(); in doParse()
433 skipWhitespace(); in doParse()
446 skipWhitespace(); in doParse()
455 skipWhitespace(); in doParse()
478 skipWhitespace(); in nextArray()
488 skipWhitespace(); in nextArray()
500 skipWhitespace(); in nextArray()
527 skipWhitespace(); in nextString()
H A Dtridpars.cpp275 ICU_Utility::skipWhitespace(id, pos, true); in parseGlobalFilter()
442 ICU_Utility::skipWhitespace(id, pos, true); in parseCompoundID()
717 ICU_Utility::skipWhitespace(id, pos, true); in parseFilterID()
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp335 inline void skipWhitespace() { in skipWhitespace() function in LocDataParser
423 skipWhitespace(); in doParse()
433 skipWhitespace(); in doParse()
446 skipWhitespace(); in doParse()
455 skipWhitespace(); in doParse()
478 skipWhitespace(); in nextArray()
488 skipWhitespace(); in nextArray()
500 skipWhitespace(); in nextArray()
527 skipWhitespace(); in nextString()
H A Dtridpars.cpp275 ICU_Utility::skipWhitespace(id, pos, true); in parseGlobalFilter()
442 ICU_Utility::skipWhitespace(id, pos, true); in parseCompoundID()
717 ICU_Utility::skipWhitespace(id, pos, true); in parseFilterID()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbnf.cpp335 inline void skipWhitespace(void) { in skipWhitespace() function in LocDataParser
423 skipWhitespace(); in doParse()
433 skipWhitespace(); in doParse()
446 skipWhitespace(); in doParse()
455 skipWhitespace(); in doParse()
478 skipWhitespace(); in nextArray()
488 skipWhitespace(); in nextArray()
500 skipWhitespace(); in nextArray()
527 skipWhitespace(); in nextString()
H A Dtridpars.cpp275 ICU_Utility::skipWhitespace(id, pos, TRUE); in parseGlobalFilter()
440 ICU_Utility::skipWhitespace(id, pos, TRUE); in parseCompoundID()
720 ICU_Utility::skipWhitespace(id, pos, TRUE); in parseFilterID()

Completed in 24 milliseconds

12