Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp81 static UMeasureFormatWidth getRegularWidth(UMeasureFormatWidth width) { in getRegularWidth() function
127 return currencyFormats[getRegularWidth(width)]; in getCurrencyFormat()
837 listStyles[getRegularWidth(width)], in initMeasureFormat()
1038 width = getRegularWidth(width); in getFormatterOrNull()
1085 width = getRegularWidth(width); in getPerFormatter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java935 private static final FormatWidth getRegularWidth(FormatWidth width) { in getRegularWidth() method in MeasureFormat
943 width = getRegularWidth(width); in getFormatterOrNull()
980 width = getRegularWidth(width); in getPerFormatter()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java908 private static final FormatWidth getRegularWidth(FormatWidth width) { in getRegularWidth() method in MeasureFormat
916 width = getRegularWidth(width); in getFormatterOrNull()
953 width = getRegularWidth(width); in getPerFormatter()