Searched refs:UNKNOWN_ZONE_ID (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | timezone.cpp | 107 static const UChar UNKNOWN_ZONE_ID[] = {0x45, 0x74, 0x63, 0x2F, 0x55, 0x6E, 0x6B, 0x6E, 0x6… variable 392 result = new SimpleTimeZone(0, UNKNOWN_ZONE_ID); in createTimeZone() 722 if (u_strcmp(id, UNKNOWN_ZONE_ID) == 0) { in initMap() 1161 if (id.compare(UNKNOWN_ZONE_ID, UNKNOWN_ZONE_ID_LENGTH) != 0) { in getRegion() 1587 if (id.compare(UNKNOWN_ZONE_ID, UNKNOWN_ZONE_ID_LENGTH) == 0) { in getCanonicalID()
|