Home
last modified time | relevance | path

Searched defs:isChoiceFormat (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCustomSymbolCurrency.java43 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName()
54 …ublic String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCustomSymbolCurrency.java47 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName()
58 …ublic String getName(ULocale locale, int nameStyle, String pluralCount, boolean[] isChoiceFormat) { in getName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCurrency.java533 boolean[] isChoiceFormat) { in getName()
557 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName()
596 boolean[] isChoiceFormat) { in getName()
622 boolean[] isChoiceFormat) { in getName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java564 boolean[] isChoiceFormat) { in getName()
589 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName()
629 boolean[] isChoiceFormat) { in getName()
656 boolean[] isChoiceFormat) { in getName()
/third_party/icu/icu4c/source/common/
Ducurr.cpp657 UBool* isChoiceFormat, // fillin in ucurr_getName()
771 UBool* isChoiceFormat, in ucurr_getPluralName()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp670 UBool* isChoiceFormat, // fillin in ucurr_getName()
787 UBool* isChoiceFormat, in ucurr_getPluralName()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp634 UBool* isChoiceFormat, // fillin in ucurr_getName()
748 UBool* isChoiceFormat, in ucurr_getPluralName()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2008 UBool isChoiceFormat; in TestCurrencyNames() local