Searched refs:trimMarksFromAffix (Results 1 – 4 of 4) sorted by relevance
2151 … static UnicodeString& trimMarksFromAffix(const UnicodeString& affix, UnicodeString& trimmedAffix);
1883 UnicodeString& DecimalFormat::trimMarksFromAffix(const UnicodeString& affix, UnicodeString& trimmed… in trimMarksFromAffix() function in DecimalFormat1920 trimMarksFromAffix(affix, trimmedAffix); in compareSimpleAffix()
2908 private static String trimMarksFromAffix(String affix) { in trimMarksFromAffix() method2949 String trimmedAffix = (affix.length() > 1)? trimMarksFromAffix(affix): affix; in compareSimpleAffix()
2894 private static String trimMarksFromAffix(String affix) { in trimMarksFromAffix() method2935 String trimmedAffix = (affix.length() > 1)? trimMarksFromAffix(affix): affix; in compareSimpleAffix()