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

  /external/icu/icu4c/source/common/
putil.cpp 850 static UBool compareBinaryFiles(const char* defaultTZFileName, const char* TZFileName, DefaultTZInfo* tzInfo) {
859 if (tzInfo->defaultTZFilePtr == NULL) {
860 tzInfo->defaultTZFilePtr = fopen(defaultTZFileName, "r");
864 tzInfo->defaultTZPosition = 0; /* reset position to begin search */
866 if (file != NULL && tzInfo->defaultTZFilePtr != NULL) {
868 if (tzInfo->defaultTZFileSize == 0) {
869 fseek(tzInfo->defaultTZFilePtr, 0, SEEK_END);
870 tzInfo->defaultTZFileSize = ftell(tzInfo->defaultTZFilePtr);
876 if (sizeFile != tzInfo->defaultTZFileSize)
    [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 147 TimeZoneInfo tzInfo = new TimeZoneInfo(tz, null);
149 if (getIdenticalTimeZoneInTheCountry(tzInfo) == -1) {
151 Log.e(TAG, "# Adding time zone from getAvailId: " + tzInfo.toString());
153 mTimeZones.add(tzInfo);
157 "# Dropping identical time zone from getAvailId: " + tzInfo.toString());
163 // checkForNameDups(tz, tzInfo.mCountry, false /* dls */,
165 // checkForNameDups(tz, tzInfo.mCountry, false /* dls */,
168 // checkForNameDups(tz, tzInfo.mCountry, true /* dls */,
171 // checkForNameDups(tz, tzInfo.mCountry, true /* dls */,
  /external/dng_sdk/source/
dng_date_time.cpp 846 TIME_ZONE_INFORMATION tzInfo;
848 DWORD x = GetTimeZoneInformation (&tzInfo);
863 if (TzSpecificLocalTimeToSystemTime (&tzInfo, &localST, &utcST))

Completed in 1355 milliseconds