Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strcasecmp

650     /* test u_strcasecmp() */
651 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
653 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
660 /* test u_strcasecmp() - exclude special i */
661 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
663 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
670 /* test u_strcasecmp() */
671 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
673 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);