Lines Matching refs:script
2018 log_err("%s: incorrect script for run %d: expected \"%s\", got \"%s\"\n",
2601 /* test some script codes >127 */
2991 /* Script should return USCRIPT_INVALID_CODE for an invalid code point. */
2993 int32_t script;
2998 script = uscript_getScript(-1, &ec);
3002 script
3011 if (script != (int32_t)USCRIPT_INVALID_CODE) {
3013 desc, script);
3158 /* new in Unicode 5.0: exactly all unassigned+PUA+surrogate code points have script=Unknown */