Home
last modified time | relevance | path

Searched refs:patSl (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java38 …String patSl = "one{pes} two{psa} few{psi} other{psov}"; // Slovenian translation of dog in Plu… in PluralFormatExample() local
42 PluralFormat plfmtSl = new PluralFormat(locSl, patSl); in PluralFormatExample()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java37 …String patSl = "one{pes} two{psa} few{psi} other{psov}"; // Slovenian translation of dog in Plu… in PluralFormatExample() local
41 PluralFormat plfmtSl = new PluralFormat(locSl, patSl); in PluralFormatExample()
/external/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp36 …UnicodeString patSl = UnicodeString("one{pes} two{psa} few{psi} other{psov}"); // Slovenian tra… in PluralFormatExample() local
40 PluralFormat plfmtSl = PluralFormat(locSl, patSl,status); in PluralFormatExample()