Home
last modified time | relevance | path

Searched refs:propLang (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
293 __system_property_get("persist.sys.language", propLang); in GetLocale()
296 if (*propLang == 0 && *propRegn == 0) { in GetLocale()
298 __system_property_get("ro.product.locale.language", propLang); in GetLocale()
300 if (*propLang == 0 && *propRegn == 0) { in GetLocale()
301 strcpy(propLang, "en"); in GetLocale()
309 strncpy(localeCStr, propLang, 2); in GetLocale()