Home | History | Annotate | Download | only in intltest

Lines Matching refs:otherDefault

389             otherDefault(TRUE, _otherDefault, -1),
396 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_DEFAULT);
397 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) {
404 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
405 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {