/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 45 if (isChoiceFormat != null) { in getName() 46 isChoiceFormat[0] = false; in getName() 50 return super.getName(locale, nameStyle, isChoiceFormat); in getName() 54 …ublic String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName() argument 55 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 49 if (isChoiceFormat != null) { in getName() 50 isChoiceFormat[0] = false; in getName() 54 return super.getName(locale, nameStyle, isChoiceFormat); in getName() 58 …ublic String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName() argument 59 return super.getName(locale, nameStyle, pluralCount, isChoiceFormat); in getName()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
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 …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
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 …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Currency.java | 561 boolean[] isChoiceFormat) { in getName() argument 562 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat); in getName() 586 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 589 if (isChoiceFormat != null) { in getName() 590 isChoiceFormat[0] = false; in getName() 626 boolean[] isChoiceFormat) { in getName() argument 627 return getName(ULocale.forLocale(locale), nameStyle, pluralCount, isChoiceFormat); in getName() 653 boolean[] isChoiceFormat) { in getName() argument 655 return getName(locale, nameStyle, isChoiceFormat); in getName() 659 if (isChoiceFormat != null) { in getName() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Currency.java | 533 boolean[] isChoiceFormat) { in getName() argument 534 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat); in getName() 557 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() argument 560 if (isChoiceFormat != null) { in getName() 561 isChoiceFormat[0] = false; in getName() 596 boolean[] isChoiceFormat) { in getName() argument 597 return getName(ULocale.forLocale(locale), nameStyle, pluralCount, isChoiceFormat); in getName() 622 boolean[] isChoiceFormat) { in getName() argument 624 return getName(locale, nameStyle, isChoiceFormat); in getName() 628 if (isChoiceFormat != null) { in getName() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucurr.h | 198 UBool* isChoiceFormat, 222 UBool* isChoiceFormat,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucurr.h | 198 UBool* isChoiceFormat, 222 UBool* isChoiceFormat,
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucurr.h | 198 UBool* isChoiceFormat, 222 UBool* isChoiceFormat,
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ICUServiceBuilder.java | 497 boolean[] isChoiceFormat) { 505 if (isChoiceFormat != null) { 506 isChoiceFormat[0] = false; 512 if (isChoiceFormat != null) { 513 isChoiceFormat[0] = (i == 1);
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2003 UBool isChoiceFormat; in TestCurrencyNames() local 2012 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2018 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2024 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2030 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2036 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2042 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2048 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2054 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() 2060 &isChoiceFormat, &len, &ec)), in TestCurrencyNames() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 634 UBool* isChoiceFormat, // fillin in ucurr_getName() argument 731 if (isChoiceFormat != NULL) { in ucurr_getName() 732 *isChoiceFormat = FALSE; in ucurr_getName() 748 UBool* isChoiceFormat, in ucurr_getPluralName() argument 799 isChoiceFormat, len, ec); in ucurr_getPluralName()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |