Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1472 int32_t compareSimpleAffix(const UnicodeString& affix,
Ddecimfmt.h2155 int32_t compareSimpleAffix(const UnicodeString& affix,
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp4002 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix()
4005 textPreMatch = compareSimpleAffix(suf,text,start); in checkIntSuffix()
4008 textPostMatch = compareSimpleAffix(suf,text,start-suf.length()); in checkIntSuffix()
4025 SimpleDateFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in SimpleDateFormat
Ddecimfmt.cpp1865 return compareSimpleAffix(*patternToCompare, text, pos, isLenient()); in compareAffix()
1912 int32_t DecimalFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in DecimalFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java2891 return compareSimpleAffix(isNegative ? negativePrefix : positivePrefix, text, pos); in compareAffix()
2893 return compareSimpleAffix(isNegative ? negativeSuffix : positiveSuffix, text, pos); in compareAffix()
2944 private static int compareSimpleAffix(String affix, String input, int pos) { in compareSimpleAffix() method
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java2877 return compareSimpleAffix(isNegative ? negativePrefix : positivePrefix, text, pos); in compareAffix()
2879 return compareSimpleAffix(isNegative ? negativeSuffix : positiveSuffix, text, pos); in compareAffix()
2930 private static int compareSimpleAffix(String affix, String input, int pos) { in compareSimpleAffix() method