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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 333 final String BASEPATTERN = "yyyy-MM-dd'T'HH:mm:ss.SSS";
362 SimpleDateFormat sdfGMT = new SimpleDateFormat(BASEPATTERN);
373 String pattern = BASEPATTERN + " " + PATTERNS[patidx];
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 329 final String BASEPATTERN = "yyyy-MM-dd'T'HH:mm:ss.SSS";
358 SimpleDateFormat sdfGMT = new SimpleDateFormat(BASEPATTERN);
369 String pattern = BASEPATTERN + " " + PATTERNS[patidx];
    [all...]

Completed in 149 milliseconds