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

  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 207 String zoneName = tzGetter != null ? tzGetter.getId() : null;
208 if (zoneName != null) {
209 zoneName = zoneName.trim();
211 if (zoneName == null || zoneName.isEmpty()) {
214 zoneName = "localtime";
216 return 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/icu4c/test/intltest/
tztest.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [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 918 milliseconds