/third_party/node/deps/icu-small/source/i18n/ |
D | number_compact.cpp | 28 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()
|
D | number_compact.h | 27 CompactType compactType, UErrorCode &status); 66 CompactType compactType,
|
D | number_formatimpl.cpp | 445 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator() local 451 compactType, in macrosToMicroGenerator()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_compact.cpp | 28 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()
|
D | number_compact.h | 27 CompactType compactType, UErrorCode &status); 66 CompactType compactType,
|
D | number_formatimpl.cpp | 445 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/ |
D | number_compact.cpp | 28 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()
|
D | number_compact.h | 27 CompactType compactType, UErrorCode &status); 66 CompactType compactType,
|
D | number_formatimpl.cpp | 437 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/ |
D | CompactData.java | 54 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/ |
D | CompactData.java | 50 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/ |
D | CompactNotation.java | 65 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()
|
D | NumberFormatterImpl.java | 462 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/ |
D | CompactNotation.java | 67 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()
|
D | NumberFormatterImpl.java | 367 CompactType compactType = (macros.unit instanceof Currency in macrosToMicroGenerator() local 372 compactType, in macrosToMicroGenerator()
|