Searched refs:msgPatEn (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 57 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/ |
D | PluralFormatSample.java | 63 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/ |
D | PluralFormatSample.java | 62 String msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local 65 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample()
|