Home | History | Annotate | Download | only in i18n

Lines Matching defs:fRegion

1891     const char* fRegion;
1895 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) {
1943 if (uprv_strcmp(fRegion, region) == 0) {
2127 regionLen = uloc_getCountry(loc, fRegion, sizeof(fRegion), &status);
2128 if (U_SUCCESS(status) && regionLen < (int32_t)sizeof(fRegion)) {
2131 } else if (regionLen < (int32_t)sizeof(fRegion)) {
2132 uprv_strcpy(fRegion, region);
2136 uprv_strcpy(fRegion, "001");
2212 TZDBNameSearchHandler handler(types, fRegion);