Home
last modified time | relevance | path

Searched refs:skipUWhiteSpace (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1130 int32_t skipUWhiteSpace(const UnicodeString& text, int32_t pos) const;
Ddecimfmt.h2095 static int32_t skipUWhiteSpace(const UnicodeString& text, int32_t pos);
/external/icu4c/i18n/
Ddecimfmt.cpp1911 i = backup = skipUWhiteSpace(text, i); in parse()
2314 position = skipUWhiteSpace(text, position); in subparse()
2819 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
2827 i = skipUWhiteSpace(affix, i); in compareSimpleAffix()
2844 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
2854 i = skipUWhiteSpace(affix, i); in compareSimpleAffix()
2855 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
2893 int32_t DecimalFormat::skipUWhiteSpace(const UnicodeString& text, int32_t pos) { in skipUWhiteSpace() function in DecimalFormat
Dsmpdtfmt.cpp3323 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
3331 i = skipUWhiteSpace(affix, i); in compareSimpleAffix()
3356 SimpleDateFormat::skipUWhiteSpace(const UnicodeString& text, int32_t pos) const { in skipUWhiteSpace() function in SimpleDateFormat