Searched refs:ZONE_REMAP (Results 1 – 1 of 1) sorted by relevance
331 static const WindowsZoneRemap ZONE_REMAP[] = { variable444 for (i=0; ZONE_REMAP[i].winid; i++) { in openTZRegKey()445 if (uprv_strcmp(winid, ZONE_REMAP[i].winid) == 0) { in openTZRegKey()446 uprv_strcpy(name, ZONE_REMAP[i].altwinid + 1); in openTZRegKey()447 if (*(ZONE_REMAP[i].altwinid) == '+' && fWinType != WIN_9X_ME_TYPE) { in openTZRegKey()