Searched refs:compareSimpleAffix (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1472 int32_t compareSimpleAffix(const UnicodeString& affix,
|
D | decimfmt.h | 2155 int32_t compareSimpleAffix(const UnicodeString& affix,
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 4002 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
|
D | decimfmt.cpp | 1865 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/ |
D | DecimalFormat.java | 2891 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/ |
D | DecimalFormat.java | 2877 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
|