Searched refs:tzZoneInfoLen (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dputil.cpp1062 int32_t tzZoneInfoLen = uprv_strlen(TZZONEINFO); local
1064 if (uprv_strncmp(gTimeZoneBuffer, TZZONEINFO, tzZoneInfoLen) == 0
1065 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
1067 return (gTimeZoneBufferPtr = gTimeZoneBuffer + tzZoneInfoLen);
1072 tzZoneInfoLen = uprv_strlen(TZZONEINFO2);
1073 if (uprv_strncmp(gTimeZoneBuffer, TZZONEINFO2, tzZoneInfoLen) == 0
1074 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
1076 return (gTimeZoneBufferPtr = gTimeZoneBuffer + tzZoneInfoLen);

Completed in 1484 milliseconds