Searched defs:skipWhitespace (Results 1 – 10 of 10) 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
132 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
382 static inline bool skipWhitespace(const char*& pos, const char* dataEnd) in skipWhitespace() function
662 static unsigned skipWhitespace(unsigned Idx, in skipWhitespace() function
497 private void skipWhitespace() { in skipWhitespace() method in TextFormat.Tokenizer
21 daeChar* skipWhitespace(daeChar* s) { in skipWhitespace() function
316 … void skipWhitespace(void) { while (p < e && uprv_isRuleWhiteSpace(ch != 0xffff ? ch : *p)) inc();} in skipWhitespace() function in LocDataParser