Home | History | Annotate | Download | only in common

Lines Matching refs:scriptLength

141  * @param scriptLength The length of the script tag.
157 int32_t scriptLength,
173 scriptLength >= ULOC_SCRIPT_CAPACITY ||
244 if (scriptLength > 0) {
247 scriptLength,
395 * @param scriptLength The length of the script tag.
410 int32_t scriptLength,
423 scriptLength,
439 * The langLength, scriptLength, and regionLength parameters are input/output
456 * @param scriptLength The length of the script tag.
468 int32_t* scriptLength,
481 scriptLength == NULL ||
515 subtagLength = ulocimp_getScript(position, script, *scriptLength, &position);
516 u_terminateChars(script, *scriptLength, subtagLength, err);
522 *scriptLength = subtagLength;
524 if (*scriptLength > 0) {
525 if (uprv_strnicmp(script, unknownScript, *scriptLength) == 0) {
529 *scriptLength = 0;
583 int32_t scriptLength,
608 if (scriptLength > 0 && regionLength > 0) {
616 scriptLength,
661 if (scriptLength > 0) {
669 scriptLength,
752 scriptLength,
804 scriptLength,
859 int32_t scriptLength = sizeof(script);
881 &scriptLength,
908 scriptLength,
966 int32_t scriptLength = sizeof(script);
988 &scriptLength,
1015 scriptLength,
1134 if (scriptLength > 0 && regionLength > 0) {
1142 scriptLength,
1163 scriptLength,
1289 int32_t scriptLength = uloc_getScript(locale, script, UPRV_LENGTHOF(script), &errorCode);
1291 scriptLength == 0) {
1316 scriptLength = uloc_getScript(likely, script, UPRV_LENGTHOF(script), &errorCode);
1318 scriptLength == 0) {