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

  /external/icu/icu4c/source/i18n/unicode/
ucurr.h 151 * @param isChoiceFormat fill-in set to TRUE if the returned value
157 * returned. If *isChoiceFormat is TRUE, then the result is a
165 UBool* isChoiceFormat,
175 * @param isChoiceFormat fill-in set to TRUE if the returned value
188 UBool* isChoiceFormat,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 510 boolean[] isChoiceFormat) {
511 return getName(ULocale.forLocale(locale), nameStyle, isChoiceFormat);
522 * @param isChoiceFormat fill-in; isChoiceFormat[0] is set to true
527 * returned. If isChoiceFormat[0] is true, then the result is a
530 * in isChoiceFormat is always false.
537 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) {
544 if (isChoiceFormat != null) {
545 isChoiceFormat[0] = false;
558 boolean[] isChoiceFormat) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java     [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...]
decimfmt.cpp     [all...]
  /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/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 

Completed in 345 milliseconds