Searched refs:patEn (Results 1 – 3 of 3) sorted by relevance
33 … UnicodeString patEn = UnicodeString("one{dog} other{dogs}"); // English 'dog' in PluralFormatExample() local37 PluralFormat plfmtEn = PluralFormat(locEn, patEn,status); in PluralFormatExample()
37 String patEn = "one{dog} other{dogs}"; // English 'dog' in PluralFormatExample() local41 PluralFormat plfmtEn = new PluralFormat(locEn, patEn); in PluralFormatExample()
36 String patEn = "one{dog} other{dogs}"; // English 'dog' in PluralFormatExample() local40 PluralFormat plfmtEn = new PluralFormat(locEn, patEn); in PluralFormatExample()