Home | History | Annotate | Download | only in aapt2

Lines Matching refs:script

51       script[i++] = ::toupper(*script_chars);
53 script[i++] = ::tolower(*script_chars);
115 script[0]) {
156 // The second tag can either be a region, a variant or a script.
182 // The second subtag can either be a script or a region code.
183 // If its size is 4, it's a script code, else it's a region code.
193 // a script), else a variant code.
233 memcpy(script, config.localeScript, sizeof(config.localeScript));
245 if (script[0]) {
246 memcpy(out->localeScript, script, sizeof(out->localeScript));