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

/external/chromium_org/third_party/icu/source/common/
H A Dputil.c1012 int32_t tzZoneInfoLen = uprv_strlen(TZZONEINFO); local
1014 if (uprv_strncmp(gTimeZoneBuffer, TZZONEINFO, tzZoneInfoLen) == 0
1015 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
1017 return (gTimeZoneBufferPtr = gTimeZoneBuffer + tzZoneInfoLen);
/external/icu4c/common/
H A Dputil.cpp1037 int32_t tzZoneInfoLen = uprv_strlen(TZZONEINFO); local
1039 if (uprv_strncmp(gTimeZoneBuffer, TZZONEINFO, tzZoneInfoLen) == 0
1040 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
1042 return (gTimeZoneBufferPtr = gTimeZoneBuffer + tzZoneInfoLen);

Completed in 53 milliseconds