Searched refs:msgfmtSl (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/samples/plurfmtsample/ |
D | plurfmtsample.cpp | 41 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/ |
D | PluralFormatSample.java | 44 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/ |
D | PluralFormatSample.java | 45 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()
|