Searched defs:localeScript (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h1135 char localeScript[4]; member in struct:android::ResTable_config
1159 // If false and localeScript is set, it means that the script of the locale
1162 // If true, it means that localeScript was automatically computed.
1163 // localeScript may still not be set in this case, which means that we
1246 memset(localeScript, 0, sizeof(localeScript));
1251 localeDataComputeScript(localeScript, language, country);

Completed in 85 milliseconds