Searched refs:icuTZ (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | wintz.c | 336 const UChar* icuTZ = NULL; in uprv_detectWindowsTimeZone() local 338 icuTZ = ures_getStringByKey(winTZ, ISOcodeA, &len, &status); in uprv_detectWindowsTimeZone() 340 if (errorCode==0 || icuTZ==NULL) { in uprv_detectWindowsTimeZone() 343 icuTZ = ures_getStringByKey(winTZ, "001", &len, &status); in uprv_detectWindowsTimeZone() 348 while (! (*icuTZ == '\0' || *icuTZ ==' ')) { in uprv_detectWindowsTimeZone() 349 … tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */ in uprv_detectWindowsTimeZone() 379 const UChar* icuTZ = NULL; in uprv_detectWindowsTimeZone() local 381 icuTZ = ures_getStringByKey(winTZ, ISOcodeA, &len, &status); in uprv_detectWindowsTimeZone() 383 if (errorCode==0 || icuTZ==NULL) { in uprv_detectWindowsTimeZone() 386 icuTZ = ures_getStringByKey(winTZ, "001", &len, &status); in uprv_detectWindowsTimeZone() [all …]
|