Lines Matching defs:script
2019 log_err("%s: incorrect script for run %d: expected \"%s\", got \"%s\"\n",
2602 /* test some script codes >127 */
2992 /* Script should return USCRIPT_INVALID_CODE for an invalid code point. */
2994 int32_t script;
2999 script = uscript_getScript(-1, &ec);
3003 script = u_getIntPropertyValue(-1, UCHAR_SCRIPT);
3012 if (script != (int32_t)USCRIPT_INVALID_CODE) {
3014 desc, script);
3159 /* new in Unicode 5.0: exactly all unassigned+PUA+surrogate code points have script=Unknown */