Searched defs:doCompare (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
H A Didnatest.c74 UBool doCompare, UBool testUnassigned, TestFunc func){
101 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
123 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
147 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
169 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
190 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
213 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
72 testAPI(const UChar* src, const UChar* expected, const char* testName, UBool useSTD3ASCIIRules,UErrorCode expectedStatus, UBool doCompare, UBool testUnassigned, TestFunc func) argument
/external/icu4c/common/unicode/
H A Dunistr.h3144 doCompare(int32_t start,
3150 int8_t doCompare(int32_t start,
3491 UnicodeString::doCompare(int32_t start, function in class:UnicodeString
3501 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength);
3515 doCompare(0, len, text, 0, textLength) == 0;
3525 { return doCompare(0, length(), text, 0, text.length()) == 1; }
3529 { return doCompare(0, length(), text, 0, text.length()) == -1; }
3533 { return doCompare(0, length(), text, 0, text.length()) != -1; }
3537 { return doCompare(0, length(), text, 0, text.length()) != 1; }
3541 { return doCompare(
[all...]
/external/icu4c/common/
H A Dunistr.cpp569 UnicodeString::doCompare( int32_t start, function in class:UnicodeString
646 /* String compare in code point order - doCompare() compares in code unit order. */
/external/icu4c/test/intltest/
H A Dtestidna.cpp452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){
478 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
508 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
543 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
570 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
597 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
626 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
450 testAPI(const UChar* src, const UChar* expected, const char* testName, UBool useSTD3ASCIIRules,UErrorCode expectedStatus, UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules) argument

Completed in 955 milliseconds