Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/plurfmtsample/
Dplurfmtsample.cpp41 MessageFormat* msgfmtSl = new MessageFormat("{0,number} {1}", locSl,status); in PluralFormatExample() local
54 msgfmtSl->format(argSl,2,msgSl,fpos,status); in PluralFormatExample()
78 delete msgfmtSl; in PluralFormatExample()
/external/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()
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
DPluralFormatSample.java45 MessageFormat msgfmtSl = new MessageFormat("{0,number} {1}", locSl); in PluralFormatExample() local
57 msgfmtSl.format(new Object[] {num, plfmtSl.format(num)}, msgSl, new FieldPosition(0)); in PluralFormatExample()