Home
last modified time | relevance | path

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

/external/icu/icu4j/samples/src/main/java/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java65 String msgPatSl = "{0,plural, one{# pes} two{# psa} few{# psi} other{# psov}}"; in PluralFormatExample() local
68 MessageFormat altMsgfmtSl = new MessageFormat(msgPatSl, locSl); in PluralFormatExample()
/external/cronet/stable/third_party/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp64 UnicodeString msgPatSl = "{0,plural, one{# pes} two{# psa} few{# psi} other{# psov}}"; in PluralFormatExample() local
67 MessageFormat* altMsgfmtSl = new MessageFormat(msgPatSl, locSl,status); in PluralFormatExample()
/external/cronet/tot/third_party/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp64 UnicodeString msgPatSl = "{0,plural, one{# pes} two{# psa} few{# psi} other{# psov}}"; in PluralFormatExample() local
67 MessageFormat* altMsgfmtSl = new MessageFormat(msgPatSl, locSl,status); in PluralFormatExample()
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java66 String msgPatSl = "{0,plural, one{# pes} two{# psa} few{# psi} other{# psov}}"; in PluralFormatExample() local
69 MessageFormat altMsgfmtSl = new MessageFormat(msgPatSl, locSl); in PluralFormatExample()