Home
last modified time | relevance | path

Searched refs:getCategoryName (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dpluralmaptest.cpp81 assertTrue("", PluralMapBase::getCategoryName(PluralMapBase::NONE) == NULL); in TestGetCategoryName()
82 assertTrue("", PluralMapBase::getCategoryName(PluralMapBase::CATEGORY_COUNT) == NULL); in TestGetCategoryName()
83 assertEquals("", "other", PluralMapBase::getCategoryName(PluralMapBase::OTHER)); in TestGetCategoryName()
84 assertEquals("", "zero", PluralMapBase::getCategoryName(PluralMapBase::ZERO)); in TestGetCategoryName()
85 assertEquals("", "one", PluralMapBase::getCategoryName(PluralMapBase::ONE)); in TestGetCategoryName()
86 assertEquals("", "two", PluralMapBase::getCategoryName(PluralMapBase::TWO)); in TestGetCategoryName()
87 assertEquals("", "few", PluralMapBase::getCategoryName(PluralMapBase::FEW)); in TestGetCategoryName()
88 assertEquals("", "many", PluralMapBase::getCategoryName(PluralMapBase::MANY)); in TestGetCategoryName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpluralmap.cpp36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName() function in PluralMapBase
Dpluralmap.h58 static const char *getCategoryName(Category category);
/third_party/node/deps/icu-small/source/common/
Dpluralmap.cpp36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName() function in PluralMapBase
Dpluralmap.h58 static const char *getCategoryName(Category category);
/third_party/icu/icu4c/source/common/
Dpluralmap.cpp36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName() function in PluralMapBase
Dpluralmap.h58 static const char *getCategoryName(Category category);
/third_party/skia/third_party/externals/icu/source/common/
Dpluralmap.cpp36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName() function in PluralMapBase
Dpluralmap.h58 static const char *getCategoryName(Category category);