HomeSort by relevance Sort by last modified time
    Searched refs:isChoiceFormat (Results 1 - 15 of 15) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CustomSymbolCurrency.java 47 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) {
51 return super.getName(locale, nameStyle, isChoiceFormat);
55 public String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) {
56 return super.getName(locale, nameStyle, pluralCount, isChoiceFormat);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CustomSymbolCurrency.java 43 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) {
47 return super.getName(locale, nameStyle, isChoiceFormat);
51 public String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) {
52 return super.getName(locale, nameStyle, pluralCount, isChoiceFormat);
  /external/icu/icu4c/source/common/unicode/
ucurr.h 165 * @param isChoiceFormat fill-in set to TRUE if the returned value
171 * returned. If *isChoiceFormat is TRUE, then the result is a
179 UBool* isChoiceFormat,
189 * @param isChoiceFormat fill-in set to TRUE if the returned value
202 UBool* isChoiceFormat,
  /external/icu/icu4c/source/i18n/
number_currencysymbols.cpp 85 UBool isChoiceFormat = FALSE;
90 &isChoiceFormat,
number_longnames.cpp 122 UBool isChoiceFormat = FALSE;
127 &isChoiceFormat,
  /external/icu/libandroidicu/include/unicode/
ucurr.h 165 * @param isChoiceFormat fill-in set to TRUE if the returned value
171 * returned. If *isChoiceFormat is TRUE, then the result is a
179 UBool* isChoiceFormat,
189 * @param isChoiceFormat fill-in set to TRUE if the returned value
202 UBool* isChoiceFormat,
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 525 boolean[] isChoiceFormat) {
526 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat);
537 * @param isChoiceFormat fill-in; isChoiceFormat[0] is set to true
542 * returned. If isChoiceFormat[0] is true, then the result is a
545 * in isChoiceFormat is always false.
551 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) {
554 if (isChoiceFormat != null) {
555 isChoiceFormat[0] = false;
576 boolean[] isChoiceFormat) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 550 boolean[] isChoiceFormat) {
551 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat);
562 * @param isChoiceFormat fill-in; isChoiceFormat[0] is set to true
567 * returned. If isChoiceFormat[0] is true, then the result is a
570 * in isChoiceFormat is always false.
577 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) {
580 if (isChoiceFormat != null) {
581 isChoiceFormat[0] = false;
603 boolean[] isChoiceFormat) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java 197 boolean[] isChoiceFormat = new boolean[1];
205 USD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat));
208 USD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat));
211 USD.getName(en, Currency.LONG_NAME, isChoiceFormat));
214 CAD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat));
217 CAD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat));
220 CAD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat));
223 USD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat));
226 USD.getName(en_CA, Currency.NARROW_SYMBOL_NAME, isChoiceFormat));
229 USD.getName(en_NZ, Currency.SYMBOL_NAME, isChoiceFormat));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java 194 boolean[] isChoiceFormat = new boolean[1];
202 USD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat));
205 USD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat));
208 USD.getName(en, Currency.LONG_NAME, isChoiceFormat));
211 CAD.getName(en, Currency.SYMBOL_NAME, isChoiceFormat));
214 CAD.getName(en, Currency.NARROW_SYMBOL_NAME, isChoiceFormat));
217 CAD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat));
220 USD.getName(en_CA, Currency.SYMBOL_NAME, isChoiceFormat));
223 USD.getName(en_CA, Currency.NARROW_SYMBOL_NAME, isChoiceFormat));
226 USD.getName(en_NZ, Currency.SYMBOL_NAME, isChoiceFormat));
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java 487 boolean[] isChoiceFormat) {
495 if (isChoiceFormat != null) {
496 isChoiceFormat[0] = false;
502 if (isChoiceFormat != null) {
503 isChoiceFormat[0] = (i == 1);
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/common/
ucurr.cpp 682 UBool* isChoiceFormat, // fillin
760 *isChoiceFormat = FALSE;
775 UBool* isChoiceFormat,
826 isChoiceFormat, len, ec);
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1107 milliseconds