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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ElapsedTimer.java 53 private MessageFormat myMsgFormat = null;
59 myMsgFormat = aMsgFmt;
67 myMsgFormat = aMsgFmt;
72 myMsgFormat = new MessageFormat(pattern);
76 myMsgFormat = new MessageFormat(pattern);
86 if(myMsgFormat == null) {
89 return myMsgFormat.format(new Object[] {duration});
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
ElapsedTimer.java 50 private MessageFormat myMsgFormat = null;
56 myMsgFormat = aMsgFmt;
64 myMsgFormat = aMsgFmt;
69 myMsgFormat = new MessageFormat(pattern);
73 myMsgFormat = new MessageFormat(pattern);
83 if(myMsgFormat == null) {
86 return myMsgFormat.format(new Object[] {duration});
  /external/cldr/tools/java/libs/
utilities.jar 

Completed in 53 milliseconds