Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/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()
241 CompactType compactType, in CompactHandler() argument
248 data.populate(locale, nsName, compactStyle, compactType, status); in CompactHandler()
Dnumber_compact.h27 CompactType compactType, UErrorCode &status);
66 CompactType compactType,
Dnumber_formatimpl.cpp445 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator() local
451 compactType, in macrosToMicroGenerator()
/third_party/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()
241 CompactType compactType, in CompactHandler() argument
248 data.populate(locale, nsName, compactStyle, compactType, status); in CompactHandler()
Dnumber_compact.h27 CompactType compactType, UErrorCode &status);
66 CompactType compactType,
Dnumber_formatimpl.cpp445 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator() local
451 compactType, in macrosToMicroGenerator()
/third_party/skia/third_party/externals/icu/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()
237 CompactType compactType, in CompactHandler() argument
244 data.populate(locale, nsName, compactStyle, compactType, status); in CompactHandler()
Dnumber_compact.h27 CompactType compactType, UErrorCode &status);
66 CompactType compactType,
Dnumber_formatimpl.cpp437 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator() local
443 compactType, in macrosToMicroGenerator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java50 CompactType compactType) { in populate() argument
61 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
64 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
68 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate()
72 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate()
86 CompactType compactType, in getResourceBundleKey() argument
92 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat"); in getResourceBundleKey()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DCompactNotation.java65 CompactType compactType, in withLocaleData() argument
71 … return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, safe, parent); in withLocaleData()
86 CompactType compactType, in CompactHandler() argument
95 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler()
DNumberFormatterImpl.java462 CompactType compactType = (macros.unit instanceof Currency in macrosToMicroGenerator() local
467 compactType, in macrosToMicroGenerator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DCompactNotation.java67 CompactType compactType, in withLocaleData() argument
73 … return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, safe, parent); in withLocaleData()
88 CompactType compactType, in CompactHandler() argument
97 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler()
DNumberFormatterImpl.java367 CompactType compactType = (macros.unit instanceof Currency in macrosToMicroGenerator() local
372 compactType, in macrosToMicroGenerator()