Searched defs:getRegularWidth (Results 1 - 3 of 3) sorted by relevance

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

Completed in 79 milliseconds