Lines Matching defs:otherDefault
627 otherDefault[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdfff, 0 },
640 lenOtherDefault=u_strlen(otherDefault);
651 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
655 result=u_strCaseCompare(mixed, -1, otherDefault, -1, U_FOLD_CASE_DEFAULT, &errorCode);