Home
last modified time | relevance | path

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

/third_party/icu/icu4c/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()
/third_party/icu/icu4j/samples/src/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()