HomeSort by relevance Sort by last modified time
    Searched full:msgfmtsl (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/samples/plurfmtsample/
plurfmtsample.cpp 41 MessageFormat* msgfmtSl = new MessageFormat("{0,number} {1}", locSl,status);
54 msgfmtSl->format(argSl,2,msgSl,fpos,status);
78 delete msgfmtSl;
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
PluralFormatSample.java 45 MessageFormat msgfmtSl = new MessageFormat("{0,number} {1}", locSl);
57 msgfmtSl.format(new Object[] {num, plfmtSl.format(num)}, msgSl, new FieldPosition(0));
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
PluralFormatSample.java 44 MessageFormat msgfmtSl = new MessageFormat("{0,number} {1}", locSl);
56 msgfmtSl.format(new Object[] {num, plfmtSl.format(num)}, msgSl, new FieldPosition(0));

Completed in 4525 milliseconds