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

/external/chromium_org/third_party/icu/source/common/
H A Dputil.c685 static UBool isValidOlsonID(const char *id) { function
993 if (tzid != NULL && isValidOlsonID(tzid))
1015 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
1041 if (gTimeZoneBufferPtr != NULL && isValidOlsonID(gTimeZoneBufferPtr)) {
/external/icu4c/common/
H A Dputil.cpp704 static UBool isValidOlsonID(const char *id) { function
1014 if (tzid != NULL && isValidOlsonID(tzid)
1040 && isValidOlsonID(gTimeZoneBuffer + tzZoneInfoLen))
1066 if (gTimeZoneBufferPtr != NULL && isValidOlsonID(gTimeZoneBufferPtr)) {

Completed in 128 milliseconds