Home
last modified time | relevance | path

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

/external/icu/icu4j/samples/src/main/java/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java64 String msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local
67 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample()
/external/cronet/stable/third_party/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp63 UnicodeString msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local
66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample()
/external/cronet/tot/third_party/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp63 UnicodeString msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local
66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample()
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java65 String msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local
68 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample()