Searched refs:compareSimpleAffix (Results 1 – 3 of 3) sorted by relevance
1490 int32_t compareSimpleAffix(const UnicodeString& affix,
4202 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()4205 textPreMatch = compareSimpleAffix(suf,text,start); in checkIntSuffix()4208 textPostMatch = compareSimpleAffix(suf,text,start-suf.length()); in checkIntSuffix()4225 SimpleDateFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in SimpleDateFormat