Home | History | Annotate | Download | only in i18n

Lines Matching defs:fRegion

1623     const char* fRegion;
1627 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) {
1675 if (uprv_strcmp(fRegion, region) == 0) {
1859 regionLen = uloc_getCountry(loc, fRegion, sizeof(fRegion), &status);
1860 if (U_SUCCESS(status) && regionLen < (int32_t)sizeof(fRegion)) {
1863 } else if (regionLen < (int32_t)sizeof(fRegion)) {
1864 uprv_strcpy(fRegion, region);
1868 uprv_strcpy(fRegion, "001");
1944 TZDBNameSearchHandler handler(types, fRegion);