Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp57 UnicodeString msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local
60 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample()
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java63 String msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local
66 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java62 String msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local
65 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample()