Searched refs:doCompare (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
H A Dunistr.h3183 doCompare(int32_t start,
3189 int8_t doCompare(int32_t start,
3529 UnicodeString::doCompare(int32_t start, function in class:UnicodeString
3539 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength);
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(
[all...]
/external/icu4c/test/intltest/
H A Dtestidna.h83 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE);
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
/external/icu4c/test/cintltst/
H A Didnatest.c75 UBool doCompare, UBool testUnassigned, TestFunc func){
102 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
124 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
148 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
170 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
191 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
214 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
73 testAPI(const UChar* src, const UChar* expected, const char* testName, UBool useSTD3ASCIIRules,UErrorCode expectedStatus, UBool doCompare, UBool testUnassigned, TestFunc func) argument
/external/icu4c/common/
H A Dunistr.cpp570 UnicodeString::doCompare( int32_t start, function in class:UnicodeString
647 /* String compare in code point order - doCompare() compares in code unit order. */

Completed in 68 milliseconds