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

  /external/chromium_org/third_party/icu/source/i18n/
wintzimpl.h 32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
wintzimpl.cpp 116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
129 uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names, so nullify first.
130 zoneInfo->Bias = bias;
131 zoneInfo->DaylightBias = daylightBias;
132 zoneInfo->StandardBias = standardBias;
133 zoneInfo->DaylightDate = daylightDate;
134 zoneInfo->StandardDate = standardDate;
144 * Given the timezone icuid, fill in zoneInfo by calling auxillary functions that creates a timezone and extract the
145 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
148 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length
    [all...]
  /external/icu/icu4c/source/i18n/
wintzimpl.h 32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
wintzimpl.cpp 116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
129 uprv_memset(zoneInfo, 0, sizeof(TIME_ZONE_INFORMATION)); // We do not set standard/daylight names, so nullify first.
130 zoneInfo->Bias = bias;
131 zoneInfo->DaylightBias = daylightBias;
132 zoneInfo->StandardBias = standardBias;
133 zoneInfo->DaylightDate = daylightDate;
134 zoneInfo->StandardDate = standardDate;
144 * Given the timezone icuid, fill in zoneInfo by calling auxillary functions that creates a timezone and extract the
145 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
148 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length
    [all...]
  /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...]
ZoneInfoDB.java 44 new TzData(System.getenv("ANDROID_DATA") + "/misc/zoneinfo/tzdata",
45 System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/tzdata");
72 * ZoneInfo objects are worth caching because they are expensive to create.
76 private final BasicLruCache<String, ZoneInfo> cache =
77 new BasicLruCache<String, ZoneInfo>(CACHE_SIZE) {
79 protected ZoneInfo create(String id) {
89 return ZoneInfo.makeTimeZone(id, it);
247 public ZoneInfo makeTimeZone(String id) throws IOException {
248 ZoneInfo zoneInfo = cache.get(id)
    [all...]
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 30 import libcore.util.ZoneInfo;
90 public String format(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
99 formatInternal(pattern, wallTime, zoneInfo);
131 private void formatInternal(String pattern, ZoneInfo.WallTime wallTime, ZoneInfo zoneInfo) {
137 outputCurrentChar = handleToken(formatBuffer, wallTime, zoneInfo);
146 private boolean handleToken(CharBuffer formatBuffer, ZoneInfo.WallTime wallTime
    [all...]
Time.java 25 import libcore.util.ZoneInfo;
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.h 63 extern void LLQGotZoneData(mDNS *const m, mStatus err, const ZoneData *zoneInfo);
uDNS.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1652 milliseconds