Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strcasecmp

649     /* test u_strcasecmp() */
650 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
652 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
659 /* test u_strcasecmp() - exclude special i */
660 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
662 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
669 /* test u_strcasecmp() */
670 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
672 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);