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

  /external/chromium/third_party/icu/source/common/
putil.c 934 int32_t tzZoneInfoLen = uprv_strlen(TZZONEINFO);
936 if (uprv_strncmp(gTimeZoneBuffer, TZZONEINFO, tzZoneInfoLen) == 0
937 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
939 return (gTimeZoneBufferPtr = gTimeZoneBuffer + tzZoneInfoLen);
    [all...]
  /external/icu4c/common/
putil.c 959 int32_t tzZoneInfoLen = uprv_strlen(TZZONEINFO);
961 if (uprv_strncmp(gTimeZoneBuffer, TZZONEINFO, tzZoneInfoLen) == 0
962 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
964 return (gTimeZoneBufferPtr = gTimeZoneBuffer + tzZoneInfoLen);
    [all...]

Completed in 13 milliseconds