Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigParser_android.cpp307 char* localeCStr = locale.writable_str(); in GetLocale() local
309 strncpy(localeCStr, propLang, 2); in GetLocale()
310 localeCStr[2] = '-'; in GetLocale()
311 strncpy(&localeCStr[3], propRegn, 2); in GetLocale()
312 localeCStr[5] = '\0'; in GetLocale()