Searched refs:propRegn (Results 1 – 1 of 1) sorted by relevance
391 char propLang[PROPERTY_VALUE_MAX], propRegn[PROPERTY_VALUE_MAX]; in readLocale() local394 property_get("persist.sys.country", propRegn, ""); in readLocale()395 if (*propLang == 0 && *propRegn == 0) { in readLocale()398 property_get("ro.product.locale.region", propRegn, "US"); in readLocale()401 strncat(region, propRegn, 2); in readLocale()