Home | History | Annotate | Download | only in cintltst

Lines Matching refs:otherDefault

628     otherDefault[]=        { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdfff, 0 },
641 lenOtherDefault=u_strlen(otherDefault);
652 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
656 result=u_strCaseCompare(mixed, -1, otherDefault, -1, U_FOLD_CASE_DEFAULT, &errorCode);