Searched defs:skipWhitespace (Results 1 – 7 of 7) sorted by relevance
114 private static int skipWhitespace(String string, int index) in skipWhitespace() method in ListUtil
28 skipWhitespace(const char *s) { in skipWhitespace() function
135 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() function in ICU_Utility
494 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace() method in BasicLineParser
620 function traverseNextNode(skipWhitespace, stayWithin) argument645 function traversePreviousNode(skipWhitespace, stayWithin) argument
404 static inline bool skipWhitespace(const char*& pos, const char* dataEnd) in skipWhitespace() function
309 … void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();} in skipWhitespace() function in LocDataParser