Searched refs:msgPatEn (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 63 UnicodeString msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local 66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/ |
D | PluralFormatSample.java | 64 String msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local 67 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn); in PluralFormatExample()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 63 UnicodeString msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local 66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample()
|
/third_party/skia/third_party/externals/icu/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 63 UnicodeString msgPatEn = "{0,plural, one{# dog} other{# dogs}}"; in PluralFormatExample() local 66 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status); in PluralFormatExample()
|