Home | History | Annotate | Download | only in i18n

Lines Matching full:tzregion

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