Searched defs:zoneInfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dwintzimpl.cpp116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) { argument
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, cons argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dwintzimpl.cpp116 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) { argument
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, cons argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c3640 mDNSexport void LLQGotZoneData(mDNS *const m, mStatus err, const ZoneData *zoneInfo) argument
3642 DNSQuestion *q = (DNSQuestion *)zoneInfo->ZoneDataContext;
3648 // in zoneInfo during the TLS connection setup.
3652 if (!err && zoneInfo && !mDNSIPPortIsZero(zoneInfo->Port) && !mDNSAddressIsZero(&zoneInfo->Addr) && zoneInfo->Host.c[0])
3654 q->servAddr = zoneInfo->Addr;
3655 q->servPort = zoneInfo->Port;
3662 if (q->nta != zoneInfo) LogMs
3692 PrivateQueryGotZoneData(mDNS *const m, mStatus err, const ZoneData *zoneInfo) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 72 milliseconds