Searched refs:otherPattern (Results 1 – 1 of 1) sorted by relevance
53 UnicodeString otherPattern = UnicodeString("other{#}"); in pluralFormatBasicTest() local74 plFmt[4] = new PluralFormat(otherPattern, status[4]); in pluralFormatBasicTest()75 plFmt[5] = new PluralFormat(*plRules, otherPattern, status[5]); in pluralFormatBasicTest()76 plFmt[6] = new PluralFormat(locale, otherPattern, status[6]); in pluralFormatBasicTest()77 plFmt[7] = new PluralFormat(locale, *plRules, otherPattern, status[7]); in pluralFormatBasicTest()