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

  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 224 String shortDst = tz.getDisplayName(true, TimeZone.SHORT, Locale.US);
234 if (shortDst.equals(shortStd)) {
236 id, shortDst, shortStd));
246 if (longStd.equals(shortDst)) {
248 id, longStd, shortDst));
252 if (longDst.equals(shortDst) && !longDst.startsWith("GMT")) {
254 id, longDst, shortDst));
268 if (isGmtString(shortDst) && !shortDst.equals(gmtDst)) {
269 failures.append(String.format("\n%s: SD %s", id, shortDst));
    [all...]

Completed in 339 milliseconds