Home | History | Annotate | Download | only in common

Lines Matching refs:script

427                 *p++ = '_'; /* Variant parsing with a script */
491 uprv_strcpy(script, other.script);
544 language[0] = script[0] = country[0] = 0;
598 variantField = 2; /* Usually the 2nd one, except when a script is used. */
605 /* We have at least a script */
606 uprv_memcpy(script, field[1], fieldLen[1]);
607 script[fieldLen[1]] = 0;
616 /* We have a country and no script */
656 *script = 0;