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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 676 final SimpleDateFormat univ = new SimpleDateFormat("yyyy MM dd HH:mm zzz", en); local
679 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed();
682 univ.setTimeZoneFormat(tzfmt);
690 Date d = univ.parse(times[i]);
716 errln("univ could not parse: " + times[i]);
3291 SimpleDateFormat univ = new SimpleDateFormat("EE G yyyy MM dd HH:mm:ss.SSS zzz", loc); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 673 final SimpleDateFormat univ = new SimpleDateFormat("yyyy MM dd HH:mm zzz", en); local
676 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed();
679 univ.setTimeZoneFormat(tzfmt);
687 Date d = univ.parse(times[i]);
713 errln("univ could not parse: " + times[i]);
3288 SimpleDateFormat univ = new SimpleDateFormat("EE G yyyy MM dd HH:mm:ss.SSS zzz", loc); local
    [all...]

Completed in 129 milliseconds