Home | History | Annotate | Download | only in cintltst

Lines Matching defs:script

2037             log_err("%s: incorrect script for run %d: expected \"%s\", got \"%s\"\n",
2620 /* test some script codes >127 */
3025 /* Script should return USCRIPT_INVALID_CODE for an invalid code point. */
3027 int32_t script;
3032 script = uscript_getScript(-1, &ec);
3036 script = u_getIntPropertyValue(-1, UCHAR_SCRIPT);
3045 if (script != (int32_t)USCRIPT_INVALID_CODE) {
3047 desc, script);
3192 /* new in Unicode 5.0: exactly all unassigned+PUA+surrogate code points have script=Unknown */