HomeSort by relevance Sort by last modified time
    Searched defs:ZoneInfo (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 33 * Our concrete TimeZone implementation, backed by zoneinfo data.
37 public final class ZoneInfo extends TimeZone {
62 public static ZoneInfo makeTimeZone(String id, BufferIterator it) {
100 return new ZoneInfo(id, transitions, type, gmtOffsets, isDsts);
103 private ZoneInfo(String name, int[] transitions, byte[] types, int[] gmtOffsets, byte[] isDsts) {
261 if (!(timeZone instanceof ZoneInfo)) {
264 ZoneInfo other = (ZoneInfo) timeZone;
280 if (!(obj instanceof ZoneInfo)) {
283 ZoneInfo other = (ZoneInfo) obj
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 125 int32_t type; // index into 'ZoneInfo.types' 0..255
141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
158 // with a list of the ZoneTypes. A ZoneInfo object may have a long
162 // zoneinfo file.
163 struct ZoneInfo {
180 ZoneInfo() : finalYear(-1), aliasTo(-1) {}
208 void ZoneInfo::clearAliases() {
213 void ZoneInfo::addAlias(int32_t index) {
218 void ZoneInfo::setAliasTo(int32_t index) {
224 typedef map<string, ZoneInfo> ZoneMap
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 125 int32_t type; // index into 'ZoneInfo.types' 0..255
141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
158 // with a list of the ZoneTypes. A ZoneInfo object may have a long
162 // zoneinfo file.
163 struct ZoneInfo {
180 ZoneInfo() : finalYear(-1), aliasTo(-1) {}
208 void ZoneInfo::clearAliases() {
213 void ZoneInfo::addAlias(int32_t index) {
218 void ZoneInfo::setAliasTo(int32_t index) {
224 typedef map<string, ZoneInfo> ZoneMap
    [all...]

Completed in 72 milliseconds