Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1005 int32_t compareSimpleAffix(const UnicodeString& affix,
Ddecimfmt.h1985 static int32_t compareSimpleAffix(const UnicodeString& affix,
/external/icu4c/i18n/
Dsmpdtfmt.cpp3481 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
3484 textPreMatch = compareSimpleAffix(suf,text,start); in checkIntSuffix()
3487 textPostMatch = compareSimpleAffix(suf,text,start-suf.length()); in checkIntSuffix()
3504 SimpleDateFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in SimpleDateFormat
Ddecimfmt.cpp2286 return compareSimpleAffix(*patternToCompare, text, pos, isLenient()); in compareAffix()
2299 int32_t DecimalFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in DecimalFormat