Searched refs:skipUWhiteSpace (Results 1 – 3 of 3) sorted by relevance
1504 int32_t skipUWhiteSpace(const UnicodeString& text, int32_t pos) const;
4262 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()4270 i = skipUWhiteSpace(affix, i); in compareSimpleAffix()4295 SimpleDateFormat::skipUWhiteSpace(const UnicodeString& text, int32_t pos) const { in skipUWhiteSpace() function in SimpleDateFormat