Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1608 i = backup = skipUWhiteSpace(text, i); in parse()
1881 position = skipUWhiteSpace(text, position); in subparse()
2358 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
2366 i = skipUWhiteSpace(affix, i); in compareSimpleAffix()
2383 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
2393 i = skipUWhiteSpace(affix, i); in compareSimpleAffix()
2394 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
2432 int32_t DecimalFormat::skipUWhiteSpace(const UnicodeString& text, int32_t pos) { in skipUWhiteSpace() function in DecimalFormat
Dsmpdtfmt.cpp3541 pos = skipUWhiteSpace(input, pos); in compareSimpleAffix()
3549 i = skipUWhiteSpace(affix, i); in compareSimpleAffix()
3574 SimpleDateFormat::skipUWhiteSpace(const UnicodeString& text, int32_t pos) const { in skipUWhiteSpace() function in SimpleDateFormat
/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1019 int32_t skipUWhiteSpace(const UnicodeString& text, int32_t pos) const;
Ddecimfmt.h1992 static int32_t skipUWhiteSpace(const UnicodeString& text, int32_t pos);