Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1490 int32_t compareSimpleAffix(const UnicodeString& affix,
/external/icu/libicu/cts_headers/unicode/
Dsmpdtfmt.h1490 int32_t compareSimpleAffix(const UnicodeString& affix,
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp4202 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