Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java446 ordinalProvider = null; in setLocale()
1483 other.ordinalProvider = null; in clone()
1604 private transient PluralSelectorProvider ordinalProvider; field in MessageFormat
1767 if (ordinalProvider == null) { in format()
1768 ordinalProvider = new PluralSelectorProvider(this, PluralType.ORDINAL); in format()
1770 selector = ordinalProvider; in format()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java441 ordinalProvider = null; in setLocale()
1449 other.ordinalProvider = null; in clone()
1560 private transient PluralSelectorProvider ordinalProvider; field in MessageFormat
1723 if (ordinalProvider == null) { in format()
1724 ordinalProvider = new PluralSelectorProvider(this, PluralType.ORDINAL); in format()
1726 selector = ordinalProvider; in format()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp248 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
270 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
293 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
315 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
459 ordinalProvider.reset(); in setLocale()
1132 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp248 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
270 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
293 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
315 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
459 ordinalProvider.reset(); in setLocale()
1137 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp248 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
270 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
293 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
315 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
459 ordinalProvider.reset(); in setLocale()
1137 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp248 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
270 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
293 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
315 ordinalProvider(*this, UPLURAL_TYPE_ORDINAL) in MessageFormat()
459 ordinalProvider.reset(); in setLocale()
1137 argType == UMSGPAT_ARG_TYPE_PLURAL ? pluralProvider : ordinalProvider; in format()
/third_party/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h946 PluralSelectorProvider ordinalProvider; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmsgfmt.h946 PluralSelectorProvider ordinalProvider; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h946 PluralSelectorProvider ordinalProvider; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dmsgfmt.h929 PluralSelectorProvider ordinalProvider; variable