Searched defs:ZoneInfo (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/tools/zoneinfo/ |
H A D | ZoneInfo.java | 23 * Copied from ZoneInfo and ZoneInfoDB in dalvik. 26 public class ZoneInfo extends TimeZone { class in inherits:TimeZone 53 public static ZoneInfo make(String name, byte[] data) { 79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base); 89 /*package*/ ZoneInfo(String name, int[] transitions, byte[] type, method in class:ZoneInfo 239 if (!(obj instanceof ZoneInfo)) { 242 ZoneInfo other = (ZoneInfo) obj;
|
Completed in 97 milliseconds