Searched refs:doCompare (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/common/unicode/ |
D | unistr.h | 3183 doCompare(int32_t start, 3189 int8_t doCompare(int32_t start, 3529 UnicodeString::doCompare(int32_t start, in doCompare() function 3539 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare() 3553 doCompare(0, len, text, 0, textLength) == 0; 3563 { return doCompare(0, length(), text, 0, text.length()) == 1; } 3567 { return doCompare(0, length(), text, 0, text.length()) == -1; } 3571 { return doCompare(0, length(), text, 0, text.length()) != -1; } 3575 { return doCompare(0, length(), text, 0, text.length()) != 1; } 3579 { return doCompare(0, length(), text, 0, text.length()); } in compare() [all …]
|
/external/icu4c/test/cintltst/ |
D | idnatest.c | 75 UBool doCompare, UBool testUnassigned, TestFunc func){ in testAPI() argument 102 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI() 124 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 148 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 170 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 191 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 214 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
|
/external/icu4c/test/intltest/ |
D | testidna.cpp | 452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){ in testAPI() argument 478 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI() 508 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 543 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 570 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 597 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 626 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
|
D | testidna.h | 83 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE);
|
/external/icu4c/common/ |
D | unistr.cpp | 570 UnicodeString::doCompare( int32_t start, in doCompare() function in UnicodeString
|