Home | History | Annotate | Download | only in cintltst

Lines Matching refs:script

2069             log_err("%s: incorrect script for run %d: expected \"%s\", got \"%s\"\n",
2651 /* test some script codes >127 */
3065 /* Script should return USCRIPT_INVALID_CODE for an invalid code point. */
3067 int32_t script;
3072 script = uscript_getScript(-1, &ec);
3076 script = u_getIntPropertyValue(-1, UCHAR_SCRIPT);
3085 if (script != (int32_t)USCRIPT_INVALID_CODE) {
3087 desc, script);
3232 /* new in Unicode 5.0: exactly all unassigned+PUA+surrogate code points have script=Unknown */