Home
last modified time | relevance | path

Searched refs:pluralProvider (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java445 pluralProvider = null; in setLocale()
1482 other.pluralProvider = null; in clone()
1603 private transient PluralSelectorProvider pluralProvider; field in MessageFormat
1762 if (pluralProvider == null) { in format()
1763 pluralProvider = new PluralSelectorProvider(this, PluralType.CARDINAL); in format()
1765 selector = pluralProvider; in format()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java440 pluralProvider = null; in setLocale()
1448 other.pluralProvider = null; in clone()
1559 private transient PluralSelectorProvider pluralProvider; field in MessageFormat
1718 if (pluralProvider == null) { in format()
1719 pluralProvider = new PluralSelectorProvider(this, PluralType.CARDINAL); in format()
1721 selector = pluralProvider; in format()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp247 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
269 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
292 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
314 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
458 pluralProvider.reset(); in setLocale()
1132 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp247 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
269 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
292 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
314 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
458 pluralProvider.reset(); in setLocale()
1137 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp247 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
269 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
292 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
314 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
458 pluralProvider.reset(); in setLocale()
1137 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp247 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
269 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
292 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
314 pluralProvider(*this, UPLURAL_TYPE_CARDINAL), in MessageFormat()
458 pluralProvider.reset(); in setLocale()
1137 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h945 PluralSelectorProvider pluralProvider; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmsgfmt.h945 PluralSelectorProvider pluralProvider; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h945 PluralSelectorProvider pluralProvider; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h928 PluralSelectorProvider pluralProvider; variable