Home
last modified time | relevance | path

Searched refs:ORDINAL (Results 1 – 25 of 57) sorted by relevance

123

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralsMapperTest.java12 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralsMapperTest.PluralType.ORDINAL;
33 ORDINAL, CARDINAL; enumConstant
53 pluralRule(ORDINAL, locales, ZERO, "zero"), in testSimple()
54 pluralRule(ORDINAL, locales, ONE, "one"), in testSimple()
55 pluralRule(ORDINAL, locales, TWO, "two"), in testSimple()
56 pluralRule(ORDINAL, locales, FEW, "few"), in testSimple()
57 pluralRule(ORDINAL, locales, MANY, "many"), in testSimple()
58 pluralRule(ORDINAL, locales, OTHER, "other"), in testSimple()
132 pluralRule(ORDINAL, locales, ZERO, "zero"), in testGroupDeduplication_type()
133 pluralRule(ORDINAL, locales, ONE, "one"), in testGroupDeduplication_type()
[all …]
/third_party/node/deps/v8/src/objects/
Djs-plural-rules.h58 enum class Type { CARDINAL, ORDINAL }; enumerator
70 STATIC_ASSERT(Type::ORDINAL <= TypeBit::kMax);
Djs-plural-rules.cc36 if (type == JSPluralRules::Type::ORDINAL) { in CreateICUPluralRules()
59 case Type::ORDINAL: in TypeAsString()
95 {Type::CARDINAL, Type::ORDINAL}, Type::CARDINAL); in New()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralFormatUnitTest.java380 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); in TestOrdinalFormat()
386 pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL); in TestOrdinalFormat()
392 pf = new PluralFormat(Locale.ENGLISH, PluralType.ORDINAL); in TestOrdinalFormat()
DRbnfTest.java226 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.ORDINAL), in TestUndefinedSpellout()
310 RuleBasedNumberFormat.ORDINAL); in TestOrdinalAbbreviations()
1474 …eBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDINAL); in TestSetDecimalFormatSymbols()
DPluralRulesTest.java816 PluralRules pr = factory.forLocale(ULocale.ENGLISH, PluralType.ORDINAL);
865 if (type == PluralType.ORDINAL) {
1267 PluralRules rulesU1 = PluralRules.forLocale(ULocale.FRANCE, PluralType.ORDINAL);
1268 PluralRules rulesJ1 = PluralRules.forLocale(Locale.FRANCE, PluralType.ORDINAL);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java378 PluralFormat pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL, pattern); in TestOrdinalFormat()
384 pf = new PluralFormat(ULocale.ENGLISH, PluralType.ORDINAL); in TestOrdinalFormat()
390 pf = new PluralFormat(Locale.ENGLISH, PluralType.ORDINAL); in TestOrdinalFormat()
DRbnfTest.java223 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.ORDINAL), in TestUndefinedSpellout()
318 RuleBasedNumberFormat.ORDINAL); in TestOrdinalAbbreviations()
1565 …eBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDINAL); in TestSetDecimalFormatSymbols()
DPluralRulesTest.java1120 PluralRules pr = factory.forLocale(ULocale.ENGLISH, PluralType.ORDINAL);
1169 if (type == PluralType.ORDINAL) {
1708 PluralRules rulesU1 = PluralRules.forLocale(ULocale.FRANCE, PluralType.ORDINAL);
1709 PluralRules rulesJ1 = PluralRules.forLocale(Locale.FRANCE, PluralType.ORDINAL);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DPluralSelectorFactory.java30 pluralType = PluralType.ORDINAL; in PluralSelectorFactory()
/third_party/python/Tools/unicode/python-mappings/
DCP1140.TXT189 0x9A 0x00AA #FEMININE ORDINAL INDICATOR
190 0x9B 0x00BA #MASCULINE ORDINAL INDICATOR
DCP273.TXT155 0x9A 0x00AA #FEMININE ORDINAL INDICATOR
156 0x9B 0x00BA #MASCULINE ORDINAL INDICATOR
/third_party/icu/docs/userguide/format_parse/numbers/
Drbnf.md41 rule definitions, when available: SPELLOUT, ORDINAL, and DURATION. Users can
/third_party/skia/third_party/externals/icu/source/data/translit/
DAny_Accents.txt77 # $pre YYY $post ↔ ª ; # FEMININE ORDINAL INDICATOR
78 # $pre YYY $post ↔ º ; # MASCULINE ORDINAL INDICATOR
/third_party/icu/icu4c/source/data/translit/
DAny_Accents.txt77 # $pre YYY $post ↔ ª ; # FEMININE ORDINAL INDICATOR
78 # $pre YYY $post ↔ º ; # MASCULINE ORDINAL INDICATOR
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java1768 ordinalProvider = new PluralSelectorProvider(this, PluralType.ORDINAL); in format()
2322 RuleBasedNumberFormat.ORDINAL); in createAppropriateFormat()
DNFRule.java440 pluralType = PluralRules.PluralType.ORDINAL; in extractSubstitutions()
DRuleBasedNumberFormat.java559 public static final int ORDINAL = 2; field in RuleBasedNumberFormat
DPluralRules.java357 ORDINAL enumConstant
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java1724 ordinalProvider = new PluralSelectorProvider(this, PluralType.ORDINAL); in format()
2278 RuleBasedNumberFormat.ORDINAL); in createAppropriateFormat()
DNFRule.java441 pluralType = PluralRules.PluralType.ORDINAL; in extractSubstitutions()
DRuleBasedNumberFormat.java558 public static final int ORDINAL = 2; field in RuleBasedNumberFormat
DPluralRules.java342 ORDINAL enumConstant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DFormatHandler.java1671 …int types[] = {RuleBasedNumberFormat.SPELLOUT, RuleBasedNumberFormat.ORDINAL, RuleBasedNumb…
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java1669 …int types[] = {RuleBasedNumberFormat.SPELLOUT, RuleBasedNumberFormat.ORDINAL, RuleBasedNumb…

123