Searched refs:propRegn (Results 1 – 1 of 1) sorted by relevance
4398 char propLang[PROPERTY_VALUE_MAX], propRegn[PROPERTY_VALUE_MAX]; in getLocale() local4401 property_get("persist.sys.country", propRegn, ""); in getLocale()4402 if (*propLang == 0 && *propRegn == 0) { in getLocale()4405 property_get("ro.product.locale.region", propRegn, "US"); in getLocale()4408 region = String(propRegn, 2); in getLocale()