Searched refs:skipwhite (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | read.c | 50 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UError… 325 UBool skipwhite, in getNextChar() argument 341 if (skipwhite && isWhitespace(c)) { in getNextChar()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | read.c | 48 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UError… 323 UBool skipwhite, in getNextChar() argument 339 if (skipwhite && isWhitespace(c)) { in getNextChar()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | read.c | 50 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UError… 325 UBool skipwhite, in getNextChar() argument 341 if (skipwhite && isWhitespace(c)) { in getNextChar()
|