Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strcasecmp

651     /* test u_strcasecmp() */
652 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
654 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
661 /* test u_strcasecmp() - exclude special i */
662 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
664 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
671 /* test u_strcasecmp() */
672 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
674 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);