/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | CustomSymbolCurrency.java | 43 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 45 if (isChoiceFormat != null) { in getName() 46 isChoiceFormat[0] = false; in getName() 50 return super.getName(locale, nameStyle, isChoiceFormat); in getName() 54 public String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName() argument 55 return super.getName(locale, nameStyle, pluralCount, isChoiceFormat); in getName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | CustomSymbolCurrency.java | 47 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 49 if (isChoiceFormat != null) { in getName() 50 isChoiceFormat[0] = false; in getName() 54 return super.getName(locale, nameStyle, isChoiceFormat); in getName() 58 public String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName() argument 59 return super.getName(locale, nameStyle, pluralCount, isChoiceFormat); in getName()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CurrencyTest.java | 204 boolean[] isChoiceFormat = new boolean[1]; in TestNames() 212 USD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 215 USD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 218 USD.getName(en, Currency.LONG_NAME, isChoiceFormat)); in TestNames() 221 CAD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 224 CAD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 227 CAD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 230 USD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 233 USD.getName(en_CA, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 236 USD.getName(en_NZ, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CurrencyTest.java | 201 boolean[] isChoiceFormat = new boolean[1]; in TestNames() 209 USD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 212 USD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 215 USD.getName(en, Currency.LONG_NAME, isChoiceFormat)); in TestNames() 218 CAD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 221 CAD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 224 CAD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 227 USD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 230 USD.getName(en_CA, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 233 USD.getName(en_NZ, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Currency.java | 554 * @param isChoiceFormat isChoiceFormat[0] is always set to false, or isChoiceFormat can be null; 564 boolean[] isChoiceFormat) { in getName() 565 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat); in getName() 577 * @param isChoiceFormat isChoiceFormat[0] is always set to false, or isChoiceFormat can be null; 589 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 592 if (isChoiceFormat ! in getName() 562 getName(Locale locale, int nameStyle, boolean[] isChoiceFormat) getName() argument 628 getName(Locale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) getName() argument 655 getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) getName() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Currency.java | 524 * @param isChoiceFormat isChoiceFormat[0] is always set to false, or isChoiceFormat can be null; 533 boolean[] isChoiceFormat) { in getName() 534 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat); in getName() 546 * @param isChoiceFormat isChoiceFormat[0] is always set to false, or isChoiceFormat can be null; 557 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 560 if (isChoiceFormat ! in getName() 531 getName(Locale locale, int nameStyle, boolean[] isChoiceFormat) getName() argument 595 getName(Locale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) getName() argument 621 getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) getName() argument [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucurr.h | 182 * @param isChoiceFormat always set to false, or can be NULL; 196 UBool* isChoiceFormat, 206 * @param isChoiceFormat always set to false, or can be NULL; 220 UBool* isChoiceFormat,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucurr.h | 182 * @param isChoiceFormat always set to false, or can be NULL; 196 UBool* isChoiceFormat, 206 * @param isChoiceFormat always set to false, or can be NULL; 220 UBool* isChoiceFormat,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucurr.h | 184 * @param isChoiceFormat always set to false, or can be NULL; 198 UBool* isChoiceFormat, 208 * @param isChoiceFormat always set to false, or can be NULL; 222 UBool* isChoiceFormat,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 2008 UBool isChoiceFormat; in TestCurrencyNames() local 2017 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2023 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2029 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2035 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2041 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2047 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2053 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2059 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2065 &isChoiceFormat, in TestCurrencyNames() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucurr.cpp | 657 UBool* isChoiceFormat, // fillin in ucurr_getName() 754 if (isChoiceFormat != NULL) { in ucurr_getName() 755 *isChoiceFormat = false; in ucurr_getName() 771 UBool* isChoiceFormat, in ucurr_getPluralName() 822 isChoiceFormat, len, ec); in ucurr_getPluralName() 1640 nullptr /* isChoiceFormat */, &len, &ec); in uprv_getStaticCurrencyName() 654 ucurr_getName(const UChar* currency, const char* locale, UCurrNameStyle nameStyle, UBool* isChoiceFormat, int32_t* len, UErrorCode* ec) ucurr_getName() argument 769 ucurr_getPluralName(const UChar* currency, const char* locale, UBool* isChoiceFormat, const char* pluralCount, int32_t* len, UErrorCode* ec) ucurr_getPluralName() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 670 UBool* isChoiceFormat, // fillin in ucurr_getName() 770 if (isChoiceFormat != nullptr) { in ucurr_getName() 771 *isChoiceFormat = false; in ucurr_getName() 787 UBool* isChoiceFormat, in ucurr_getPluralName() 841 isChoiceFormat, len, ec); in ucurr_getPluralName() 1666 nullptr /* isChoiceFormat */, &len, &ec); in uprv_getStaticCurrencyName() 667 ucurr_getName(const char16_t* currency, const char* locale, UCurrNameStyle nameStyle, UBool* isChoiceFormat, int32_t* len, UErrorCode* ec) ucurr_getName() argument 785 ucurr_getPluralName(const char16_t* currency, const char* locale, UBool* isChoiceFormat, const char* pluralCount, int32_t* len, UErrorCode* ec) ucurr_getPluralName() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucurr.cpp | 634 UBool* isChoiceFormat, // fillin in ucurr_getName() 731 if (isChoiceFormat != NULL) { in ucurr_getName() 732 *isChoiceFormat = FALSE; in ucurr_getName() 748 UBool* isChoiceFormat, in ucurr_getPluralName() 799 isChoiceFormat, len, ec); in ucurr_getPluralName() 1617 nullptr /* isChoiceFormat */, &len, &ec); in uprv_getStaticCurrencyName() 631 ucurr_getName(const UChar* currency, const char* locale, UCurrNameStyle nameStyle, UBool* isChoiceFormat, int32_t* len, UErrorCode* ec) ucurr_getName() argument 746 ucurr_getPluralName(const UChar* currency, const char* locale, UBool* isChoiceFormat, const char* pluralCount, int32_t* len, UErrorCode* ec) ucurr_getPluralName() argument
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |