Home
last modified time | relevance | path

Searched refs:compactType (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_compact.cpp28 void getResourceBundleKey(const char *nsName, CompactStyle compactStyle, CompactType compactType, in getResourceBundleKey() argument
34 …sb.append(compactType == CompactType::TYPE_DECIMAL ? "/decimalFormat" : "/currencyFormat", status); in getResourceBundleKey()
62 CompactType compactType, UErrorCode &status) { in populate() argument
72 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey, status); in populate()
76 getResourceBundleKey("latn", compactStyle, compactType, resourceKey, status); in populate()
81 getResourceBundleKey(nsName, CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
86 getResourceBundleKey("latn", CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
219 CompactType compactType, const PluralRules *rules, in CompactHandler() argument
223 data.populate(locale, nsName, compactStyle, compactType, status); in CompactHandler()
Dnumber_compact.h27 CompactType compactType, UErrorCode &status);
60 CompactType compactType, const PluralRules *rules,
Dnumber_formatimpl.cpp396 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator() local
403 compactType, in macrosToMicroGenerator()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java49 CompactType compactType) { in populate() argument
60 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
63 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
67 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate()
71 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate()
85 CompactType compactType, in getResourceBundleKey() argument
91 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat"); in getResourceBundleKey()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCompactData.java54 CompactType compactType) { in populate() argument
65 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
68 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
72 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate()
76 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate()
90 CompactType compactType, in getResourceBundleKey() argument
96 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat"); in getResourceBundleKey()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DCompactNotation.java67 CompactType compactType, in withLocaleData() argument
72 return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, parent); in withLocaleData()
86 CompactType compactType, in CompactHandler() argument
94 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler()
DNumberFormatterImpl.java368 CompactType compactType = (macros.unit instanceof Currency in macrosToMicroGenerator() local
373 compactType, in macrosToMicroGenerator()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DCompactNotation.java66 CompactType compactType, in withLocaleData() argument
71 return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, parent); in withLocaleData()
85 CompactType compactType, in CompactHandler() argument
93 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler()
DNumberFormatterImpl.java367 CompactType compactType = (macros.unit instanceof Currency in macrosToMicroGenerator() local
372 compactType, in macrosToMicroGenerator()