Home
last modified time | relevance | path

Searched refs:getByCategory (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dpluralaffix.h137 const DigitAffix &getByCategory(const char *category) const;
144 const DigitAffix &getByCategory(const UnicodeString &category) const;
Dpluralaffix.cpp86 PluralAffix::getByCategory(const char *category) const { in getByCategory() function in PluralAffix
91 PluralAffix::getByCategory(const UnicodeString &category) const { in getByCategory() function in PluralAffix
Ddigitaffixesandpadding.cpp109 prefix = &pluralPrefix->getByCategory(count); in format()
110 suffix = &pluralSuffix->getByCategory(count); in format()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1326 pa.getByCategory("other"), in TestPluralAffix()
1338 pa.getByCategory("two"), in TestPluralAffix()
1350 pa.getByCategory("bad"), in TestPluralAffix()
1362 pa.getByCategory("one"), in TestPluralAffix()
1374 pa.getByCategory("few"), in TestPluralAffix()
1386 pa.getByCategory("many"), in TestPluralAffix()
1404 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("one").toString()); in TestCurrencyAffixInfo()
1405 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("other").toString()); in TestCurrencyAffixInfo()
1406 assertEquals("", expectedSymbols.unescape(), info.getLong().getByCategory("two").toString()); in TestCurrencyAffixInfo()
1416 assertEquals("", "US dollar", info.getLong().getByCategory("one").toString(), TRUE); in TestCurrencyAffixInfo()
[all …]