Home | History | Annotate | Download | only in common

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
605 * Try the language with the script and region first.
614 script,
658 * Try the language with just the script.
667 script,
750 script,
802 script,
857 char script[ULOC_SCRIPT_CAPACITY];
858 int32_t scriptLength = sizeof(script);
879 script,
906 script,
956 * script and region code without worrying about overrunning
964 char script[ULOC_SCRIPT_CAPACITY];
965 int32_t scriptLength = sizeof(script);
986 script,
1013 script,
1129 * Finally, try the language and script. This is our last chance,
1140 script,
1161 script,