Home
last modified time | relevance | path

Searched refs:propRegn (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontConfigParser_android.cpp292 char propLang[PROP_VALUE_MAX], propRegn[PROP_VALUE_MAX]; in GetLocale() local
294 __system_property_get("persist.sys.country", propRegn); in GetLocale()
296 if (*propLang == 0 && *propRegn == 0) { in GetLocale()
299 __system_property_get("ro.product.locale.region", propRegn); in GetLocale()
300 if (*propLang == 0 && *propRegn == 0) { in GetLocale()
302 strcpy(propRegn, "US"); in GetLocale()
311 strncpy(&localeCStr[3], propRegn, 2); in GetLocale()