Searched defs:isChoiceFormat (Results 1 – 11 of 11) sorted by relevance
/third_party/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() 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/ |
D | CustomSymbolCurrency.java | 47 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/ |
D | Currency.java | 533 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/ |
D | Currency.java | 559 boolean[] isChoiceFormat) { in getName() 584 public String getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat) { in getName() 624 boolean[] isChoiceFormat) { in getName() 651 boolean[] isChoiceFormat) { in getName()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_currencysymbols.cpp | 85 UBool isChoiceFormat = FALSE; in getPluralName() local
|
D | number_longnames.cpp | 122 UBool isChoiceFormat = FALSE; in getCurrencyLongNameData() local
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 682 UBool* isChoiceFormat, // fillin in ucurr_getName() 775 UBool* isChoiceFormat, in ucurr_getPluralName() 1642 UBool isChoiceFormat; in uprv_getStaticCurrencyName() local
|
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 634 UBool* isChoiceFormat, // fillin in ucurr_getName() 748 UBool* isChoiceFormat, in ucurr_getPluralName()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 634 UBool* isChoiceFormat, // fillin in ucurr_getName() 748 UBool* isChoiceFormat, in ucurr_getPluralName()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucurr.cpp | 634 UBool* isChoiceFormat, // fillin in ucurr_getName() 748 UBool* isChoiceFormat, in ucurr_getPluralName()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2004 UBool isChoiceFormat; in TestCurrencyNames() local
|