Lines Matching refs:script
117 * Create a tag string from the supplied parameters. The lang, script and region
121 * If any of the language, script or region parameters are empty, and the alternateTags
122 * parameter is not NULL, it will be parsed for potential language, script and region tags
138 * @param script The script tag to use.
139 * @param scriptLength The length of the script tag.
154 const char* script,
179 * script and region code without worrying about overrunning
244 script,
251 * Parse the alternateTags string for the script.
378 * Create a tag string from the supplied parameters. The lang, script and region
392 * @param script The script tag to use.
393 * @param scriptLength The length of the script tag.
407 const char* script,
420 script,
433 * Parse the language, script, and region subtags from a tag string, and copy the
453 * @param script The script tag buffer.
454 * @param scriptLength The length of the script tag.
465 char* script,
478 script == NULL ||
513 script, *scriptLength, &position);
514 u_terminateChars(script, *scriptLength, subtagLength, err);
523 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) {
525 * If the script part is the "unknown" script, then don't return it.
580 const char* script,
593 * script and region code without worrying about overrunning
604 * Try the language with the script and region first.
613 script,
657 * Try the language with just the script.
666 script,
749 script,
801 script,
856 char script[ULOC_SCRIPT_CAPACITY];
857 int32_t scriptLength = sizeof(script);
878 script,
905 script,
955 * script and region code without worrying about overrunning
963 char script[ULOC_SCRIPT_CAPACITY];
964 int32_t scriptLength = sizeof(script);
985 script,
1012 script,
1128 * Finally, try the language and script. This is our last chance,
1139 script,
1160 script,