HomeSort by relevance Sort by last modified time
    Searched defs:zoneName (Results 1 - 6 of 6) 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));
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/test/intltest/
tztest.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]

Completed in 420 milliseconds