Home
last modified time | relevance | path

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

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