Searched refs:patSl (Results 1 – 3 of 3) sorted by relevance
38 …String patSl = "one{pes} two{psa} few{psi} other{psov}"; // Slovenian translation of dog in Plu… in PluralFormatExample() local42 PluralFormat plfmtSl = new PluralFormat(locSl, patSl); in PluralFormatExample()
37 …String patSl = "one{pes} two{psa} few{psi} other{psov}"; // Slovenian translation of dog in Plu… in PluralFormatExample() local41 PluralFormat plfmtSl = new PluralFormat(locSl, patSl); in PluralFormatExample()
36 …UnicodeString patSl = UnicodeString("one{pes} two{psa} few{psi} other{psov}"); // Slovenian tra… in PluralFormatExample() local40 PluralFormat plfmtSl = PluralFormat(locSl, patSl,status); in PluralFormatExample()