Lines Matching refs:script
194 while ((*scriptChars) != '\0' && i < sizeof(script)/sizeof(script[0])) {
196 script[i++] = toupper(*scriptChars);
198 script[i++] = tolower(*scriptChars);
251 (part3.length() == 3 && isNumber(part3))) && script[0]) {
292 // The second tag can either be a region, a variant or a script.
319 // The second subtag can either be a script or a region code.
320 // If its size is 4, it's a script code, else it's a region code.
333 // a script), else a variant code.
377 memcpy(script, config.localeScript, sizeof(config.localeScript));
389 if (script[0]) {
390 memcpy(out->localeScript, script, sizeof(out->localeScript));