Searched refs:compareSimpleAffix (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | smpdtfmt.h | 1005 int32_t compareSimpleAffix(const UnicodeString& affix,
|
D | decimfmt.h | 1985 static int32_t compareSimpleAffix(const UnicodeString& affix,
|
/external/icu4c/i18n/ |
D | smpdtfmt.cpp | 3481 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
|
D | decimfmt.cpp | 2286 return compareSimpleAffix(*patternToCompare, text, pos, isLenient()); in compareAffix() 2299 int32_t DecimalFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in DecimalFormat
|