Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp58 UnicodeString msgPatSl = "{0,plural, one{# pes} two{# psa} few{# psi} other{# psov}}"; in PluralFormatExample() local
61 MessageFormat* altMsgfmtSl = new MessageFormat(msgPatSl, locSl,status); in PluralFormatExample()
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java64 String msgPatSl = "{0,plural, one{# pes} two{# psa} few{# psi} other{# psov}}"; in PluralFormatExample() local
67 MessageFormat altMsgfmtSl = new MessageFormat(msgPatSl, locSl); in PluralFormatExample()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java63 String msgPatSl = "{0,plural, one{# pes} two{# psa} few{# psi} other{# psov}}"; in PluralFormatExample() local
66 MessageFormat altMsgfmtSl = new MessageFormat(msgPatSl, locSl); in PluralFormatExample()