Lines Matching full:tzregion
806 char tzregion[4]; // max 3 letters + null term807 TimeZone::getRegion(id, tzregion, sizeof(tzregion), ec);811 if (uprv_stricmp(tzregion, region) != 0) {