Home
last modified time | relevance | path

Searched refs:MANY (Results 1 – 25 of 29) sorted by relevance

12

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralRangesMapperTest.java6 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.MANY;
33 ZERO, ONE, TWO, FEW, MANY, OTHER; enumConstant
47 pluralRange(locales, ONE, MANY, MANY)); in testSimple()
75 pluralRange(locales2, ONE, MANY, MANY)); in testMultipleSets()
DPluralsMapperTest.java6 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralsMapperTest.PluralCount.MANY;
42 ZERO, ONE, TWO, FEW, MANY, OTHER; enumConstant
57 pluralRule(ORDINAL, locales, MANY, "many"), in testSimple()
64 pluralRule(CARDINAL, locales, MANY, "!many!"), in testSimple()
/third_party/icu/icu4c/source/test/intltest/
Dpluralmaptest.cpp64 assertEquals("", (int32_t)PluralMapBase::MANY, PluralMapBase::toCategory("many")); in TestToCategory()
72 (int32_t)PluralMapBase::MANY, in TestToCategory()
88 assertEquals("", "many", PluralMapBase::getCategoryName(PluralMapBase::MANY)); in TestGetCategoryName()
99 assertEquals("", "pickles", map.get(PluralMapBase::MANY)); in TestGet()
158 addVariant(PluralMapBase::MANY, "picklemany", map); in TestEqual()
195 addVariant(PluralMapBase::MANY, "picklemany", lhs); in TestCopyAndAssign()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStandardPlural.java26 MANY("many"), enumConstant
76 return MANY; in orNullFromString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStandardPlural.java24 MANY("many"), enumConstant
90 return MANY; in orNullFromString()
/third_party/icu/icu4c/source/i18n/
Dstandardplural.cpp43 return MANY; in indexOrNegativeFromString()
123 return MANY; in indexOrNegativeFromString()
Dstandardplural.h36 MANY, enumerator
Dnumber_patternmodifier.cpp70 StandardPlural::Form::MANY, in createImmutable()
/third_party/node/deps/icu-small/source/i18n/
Dstandardplural.cpp43 return MANY; in indexOrNegativeFromString()
123 return MANY; in indexOrNegativeFromString()
Dstandardplural.h36 MANY, enumerator
Dnumber_patternmodifier.cpp85 StandardPlural::Form::MANY, in createImmutable()
/third_party/skia/third_party/externals/icu/source/i18n/
Dstandardplural.cpp43 return MANY; in indexOrNegativeFromString()
123 return MANY; in indexOrNegativeFromString()
Dstandardplural.h36 MANY, enumerator
Dnumber_patternmodifier.cpp66 StandardPlural::Form::MANY, in createImmutable()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtypediff-enum.c1 enum num { ZERO, ONE, MANY, }; enumerator
/third_party/skia/third_party/externals/freetype/src/gzip/
Dinftrees.h36 #define MANY 1440 macro
Dinftrees.c238 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */ in huft_build()
Dinfblock.c99 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL) in inflate_blocks_new()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DDisplayOptionsTest.java232 assertEquals("test get identifier: ", "many", PluralCategory.MANY.getIdentifier()); in TestDisplayOptionsGetIdentifier()
293 assertEquals("test from identifier: ", PluralCategory.MANY, in TestDisplayOptionsFromIdentifier()
/third_party/curl/docs/libcurl/
Dlibcurl-share.md32 # ONE SET OF DATA - MANY TRANSFERS
Dlibcurl-multi.md44 # ONE MULTI HANDLE MANY EASY HANDLES
/third_party/skia/third_party/externals/icu/source/common/
Dpluralmap.h36 MANY, enumerator
/third_party/icu/icu4c/source/common/
Dpluralmap.h36 MANY, enumerator
/third_party/node/deps/icu-small/source/common/
Dpluralmap.h36 MANY, enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDisplayOptions.java567 MANY("many"), enumConstant

12