Searched refs:compareSimpleAffix (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1485 int32_t compareSimpleAffix(const UnicodeString& affix,
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 4081 patternMatch = compareSimpleAffix(suf,fPattern,patLoc); in checkIntSuffix() 4084 textPreMatch = compareSimpleAffix(suf,text,start); in checkIntSuffix() 4087 textPostMatch = compareSimpleAffix(suf,text,start-suf.length()); in checkIntSuffix() 4104 SimpleDateFormat::compareSimpleAffix(const UnicodeString& affix, in compareSimpleAffix() function in SimpleDateFormat
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat_ICU58_Android.java | 2904 return compareSimpleAffix(isNegative ? negativePrefix : positivePrefix, text, pos); in compareAffix() 2906 return compareSimpleAffix(isNegative ? negativeSuffix : positiveSuffix, text, pos); in compareAffix() 2957 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_ICU58_Android.java | 2892 return compareSimpleAffix(isNegative ? negativePrefix : positivePrefix, text, pos); in compareAffix() 2894 return compareSimpleAffix(isNegative ? negativeSuffix : positiveSuffix, text, pos); in compareAffix() 2945 private static int compareSimpleAffix(String affix, String input, int pos) { in compareSimpleAffix() method
|