Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp43 MessageFormat* msgfmtSl = new MessageFormat("{0,number} {1}", locSl,status); in PluralFormatExample() local
56 msgfmtSl->format(argSl,2,msgSl,fpos,status); in PluralFormatExample()
80 delete msgfmtSl; in PluralFormatExample()
/third_party/flutter/skia/third_party/externals/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp43 MessageFormat* msgfmtSl = new MessageFormat("{0,number} {1}", locSl,status); in PluralFormatExample() local
56 msgfmtSl->format(argSl,2,msgSl,fpos,status); in PluralFormatExample()
80 delete msgfmtSl; in PluralFormatExample()
/third_party/skia/third_party/externals/icu/source/samples/plurfmtsample/
Dplurfmtsample.cpp43 MessageFormat* msgfmtSl = new MessageFormat("{0,number} {1}", locSl,status); in PluralFormatExample() local
56 msgfmtSl->format(argSl,2,msgSl,fpos,status); in PluralFormatExample()
80 delete msgfmtSl; in PluralFormatExample()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
DPluralFormatSample.java44 MessageFormat msgfmtSl = new MessageFormat("{0,number} {1}", locSl); in PluralFormatExample() local
56 msgfmtSl.format(new Object[] {num, plfmtSl.format(num)}, msgSl, new FieldPosition(0)); in PluralFormatExample()