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

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

Completed in 32 milliseconds