Home | History | Annotate | Download | only in i18n

Lines Matching refs:regionLen

264     int32_t regionLen = 0;
265 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
266 if (regionLen == 0) {
269 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
274 region[regionLen] = 0;