Searched defs:skipwhite (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/genrb/
H A Dread.c44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status);
315 /* Retrieve the next character. If skipwhite is
318 UBool skipwhite,
334 if (skipwhite && isWhitespace(c)) {
317 getNextChar(UCHARBUF* buf, UBool skipwhite, struct UString *token, UErrorCode *status) argument

Completed in 49 milliseconds