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

  /external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/util/
CurrencyTest.java 36 boolean[] isChoiceFormat = new boolean[1];
40 currency.getName(ULocale.CANADA, nameStyle, pluralCount, isChoiceFormat);
42 String localeName = currency.getName(Locale.CANADA, nameStyle, pluralCount, isChoiceFormat);
  /external/icu/icu4c/source/i18n/unicode/
ucurr.h 149 * @param isChoiceFormat fill-in set to TRUE if the returned value
155 * returned. If *isChoiceFormat is TRUE, then the result is a
163 UBool* isChoiceFormat,
173 * @param isChoiceFormat fill-in set to TRUE if the returned value
186 UBool* isChoiceFormat,
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 484 boolean[] isChoiceFormat) {
485 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat);
496 * @param isChoiceFormat fill-in; isChoiceFormat[0] is set to true
501 * returned. If isChoiceFormat[0] is true, then the result is a
504 * in isChoiceFormat is always false.
510 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) {
517 if (isChoiceFormat != null) {
518 isChoiceFormat[0] = false;
530 boolean[] isChoiceFormat) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 506 boolean[] isChoiceFormat) {
507 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat);
518 * @param isChoiceFormat fill-in; isChoiceFormat[0] is set to true
523 * returned. If isChoiceFormat[0] is true, then the result is a
526 * in isChoiceFormat is always false.
533 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) {
540 if (isChoiceFormat != null) {
541 isChoiceFormat[0] = false;
554 boolean[] isChoiceFormat) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 852 boolean[] isChoiceFormat = new boolean[1];
853 currname = currency.getName(locale, Currency.SYMBOL_NAME, isChoiceFormat);
856 currencySymbol = isChoiceFormat[0]
    [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 910 boolean[] isChoiceFormat = new boolean[1];
911 currname = currency.getName(locale, Currency.SYMBOL_NAME, isChoiceFormat);
914 currencySymbol = isChoiceFormat[0]
    [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 671 UBool* isChoiceFormat, // fillin
748 *isChoiceFormat = FALSE;
755 *isChoiceFormat = (i == 1);
769 UBool* isChoiceFormat,
820 isChoiceFormat, len, ec);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java 192 boolean[] isChoiceFormat = new boolean[1];
199 usd.getName(en, Currency.SYMBOL_NAME, isChoiceFormat));
202 usd.getName(en, Currency.LONG_NAME, isChoiceFormat));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java 188 boolean[] isChoiceFormat = new boolean[1];
195 usd.getName(en, Currency.SYMBOL_NAME, isChoiceFormat));
198 usd.getName(en, Currency.LONG_NAME, isChoiceFormat));
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 186 UBool isChoiceFormat = false;
189 nameStyle, &isChoiceFormat, &charCount, &status);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 624 milliseconds