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

  /libcore/luni/src/main/java/java/util/
TimeZone.java 136 String zoneName = (tzGetter != null) ? tzGetter.getId() : null;
137 if (zoneName != null) {
138 zoneName = zoneName.trim();
140 if (zoneName == null || zoneName.isEmpty()) {
143 zoneName = IoUtils.readFileAsString("/etc/timezone");
147 zoneName = "GMT";
150 defaultTimeZone = TimeZone.getTimeZone(zoneName);
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 185 String zoneName = it.next();
186 if (zoneName.length() >= MAXNAME) {
187 throw new RuntimeException("zone filename too long: " + zoneName.length());
190 f.write(toAscii(new byte[MAXNAME], zoneName));
191 f.writeInt(starts.get(zoneName));
192 f.writeInt(lengths.get(zoneName));
193 f.writeInt(offsets.get(zoneName));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp     [all...]
  /external/icu4c/test/intltest/
tztest.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 183 static void emit_icu_zone(FILE* f, const char* zoneName, int zoneOffset,
515 emit_icu_zone(FILE* f, const char* zoneName, int zoneOffset,
519 fprintf(f, "zone %s %d %d %s", zoneName, zoneOffset, startYear, rule->r_name);
523 zoneName, zoneOffset, startYear,
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 183 static void emit_icu_zone(FILE* f, const char* zoneName, int zoneOffset,
515 emit_icu_zone(FILE* f, const char* zoneName, int zoneOffset,
519 fprintf(f, "zone %s %d %d %s", zoneName, zoneOffset, startYear, rule->r_name);
523 zoneName, zoneOffset, startYear,
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]

Completed in 760 milliseconds