/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CustomSymbolCurrency.java | 43 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 47 return super.getName(locale, nameStyle, isChoiceFormat); in getName() 51 …ublic String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName() argument 52 return super.getName(locale, nameStyle, pluralCount, isChoiceFormat); in getName()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CustomSymbolCurrency.java | 47 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 51 return super.getName(locale, nameStyle, isChoiceFormat); in getName() 55 …ublic String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName() argument 56 return super.getName(locale, nameStyle, pluralCount, isChoiceFormat); in getName()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | CurrencyTest.java | 197 boolean[] isChoiceFormat = new boolean[1]; in TestNames() 205 USD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 208 USD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 211 USD.getName(en, Currency.LONG_NAME, isChoiceFormat)); in TestNames() 214 CAD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 217 CAD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 220 CAD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 223 USD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 226 USD.getName(en_CA, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 229 USD.getName(en_NZ, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CurrencyTest.java | 194 boolean[] isChoiceFormat = new boolean[1]; in TestNames() 202 USD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 205 USD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 208 USD.getName(en, Currency.LONG_NAME, isChoiceFormat)); in TestNames() 211 CAD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 214 CAD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 217 CAD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 220 USD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() 223 USD.getName(en_CA, Currency.NARROW_SYMBOL_NAME, isChoiceFormat)); in TestNames() 226 USD.getName(en_NZ, Currency.SYMBOL_NAME, isChoiceFormat)); in TestNames() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Currency.java | 550 boolean[] isChoiceFormat) { in getName() argument 551 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat); in getName() 577 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 580 if (isChoiceFormat != null) { in getName() 581 isChoiceFormat[0] = false; in getName() 603 boolean[] isChoiceFormat) { in getName() argument 604 return getName(ULocale.forLocale(locale), nameStyle, pluralCount, isChoiceFormat); in getName() 632 boolean[] isChoiceFormat) { in getName() argument 634 return getName(locale, nameStyle, isChoiceFormat); in getName() 638 if (isChoiceFormat != null) { in getName() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Currency.java | 525 boolean[] isChoiceFormat) { in getName() argument 526 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat); in getName() 551 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 554 if (isChoiceFormat != null) { in getName() 555 isChoiceFormat[0] = false; in getName() 576 boolean[] isChoiceFormat) { in getName() argument 577 return getName(ULocale.forLocale(locale), nameStyle, pluralCount, isChoiceFormat); in getName() 604 boolean[] isChoiceFormat) { in getName() argument 606 return getName(locale, nameStyle, isChoiceFormat); in getName() 610 if (isChoiceFormat != null) { in getName() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 179 UBool* isChoiceFormat, 202 UBool* isChoiceFormat,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 179 UBool* isChoiceFormat, 202 UBool* isChoiceFormat,
|
/external/icu/icu4c/source/i18n/ |
D | number_currencysymbols.cpp | 85 UBool isChoiceFormat = FALSE; in getPluralName() local 90 &isChoiceFormat, in getPluralName()
|
D | number_longnames.cpp | 122 UBool isChoiceFormat = FALSE; in getCurrencyLongNameData() local 127 &isChoiceFormat, in getCurrencyLongNameData()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ICUServiceBuilder.java | 487 boolean[] isChoiceFormat) { 495 if (isChoiceFormat != null) { 496 isChoiceFormat[0] = false; 502 if (isChoiceFormat != null) { 503 isChoiceFormat[0] = (i == 1);
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1976 UBool isChoiceFormat; in TestCurrencyNames() local 1985 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 1991 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 1997 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2003 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2009 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2015 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2021 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2027 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2033 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 682 UBool* isChoiceFormat, // fillin in ucurr_getName() argument 760 *isChoiceFormat = FALSE; in ucurr_getName() 775 UBool* isChoiceFormat, in ucurr_getPluralName() argument 826 isChoiceFormat, len, ec); in ucurr_getPluralName() 1642 UBool isChoiceFormat; in uprv_getStaticCurrencyName() local 1645 &isChoiceFormat, &len, &ec); in uprv_getStaticCurrencyName()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1333 …r * currency, const char * locale, UCurrNameStyle nameStyle, UBool * isChoiceFormat, int32_t * len… in ucurr_getName_android() argument 1334 return ucurr_getName(currency, locale, nameStyle, isChoiceFormat, len, ec); in ucurr_getName_android() 1339 …ralName_android(const UChar * currency, const char * locale, UBool * isChoiceFormat, const char * … in ucurr_getPluralName_android() argument 1340 return ucurr_getPluralName(currency, locale, isChoiceFormat, pluralCount, len, ec); in ucurr_getPluralName_android()
|