Home
last modified time | relevance | path

Searched refs:skipRuleWhiteSpace (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Ddecimfmt.h1801 static int32_t skipRuleWhiteSpace(const UnicodeString& text, int32_t pos);
/external/icu4c/i18n/
Ddecimfmt.cpp1855 i = skipRuleWhiteSpace(affix, i); in compareSimpleAffix()
1882 int32_t DecimalFormat::skipRuleWhiteSpace(const UnicodeString& text, int32_t pos) { in skipRuleWhiteSpace() function in DecimalFormat
2007 i = skipRuleWhiteSpace(affixPat, i); in compareComplexAffix()
2043 i = skipRuleWhiteSpace(str, i); in match()