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

  /external/icu/icu4c/source/samples/plurfmtsample/
plurfmtsample.cpp 64 MessageFormat* altMsgfmtEn = new MessageFormat(msgPatEn, locEn,status);
72 altMsgfmtEn->format(arg, 1, msgEn, fPos, status);
79 delete altMsgfmtEn;
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/pluralformat/
PluralFormatSample.java 68 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn);
76 altMsgfmtEn.format(new Object[] {num}, msgEn, new FieldPosition(0));
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
PluralFormatSample.java 67 MessageFormat altMsgfmtEn = new MessageFormat(msgPatEn, locEn);
75 altMsgfmtEn.format(new Object[] {num}, msgEn, new FieldPosition(0));

Completed in 296 milliseconds