Searched refs:skipRuleWhiteSpace (Results 1 – 2 of 2) sorted by relevance
1801 static int32_t skipRuleWhiteSpace(const UnicodeString& text, int32_t pos);
1855 i = skipRuleWhiteSpace(affix, i); in compareSimpleAffix()1882 int32_t DecimalFormat::skipRuleWhiteSpace(const UnicodeString& text, int32_t pos) { in skipRuleWhiteSpace() function in DecimalFormat2007 i = skipRuleWhiteSpace(affixPat, i); in compareComplexAffix()2043 i = skipRuleWhiteSpace(str, i); in match()