/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 3282 doCompare(int32_t start, 3288 int8_t doCompare(int32_t start, 3698 UnicodeString::doCompare(int32_t start, in doCompare() function 3708 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); in doCompare() 3729 { return doCompare(0, length(), text, 0, text.length()) == 1; } 3733 { return doCompare(0, length(), text, 0, text.length()) == -1; } 3737 { return doCompare(0, length(), text, 0, text.length()) != -1; } 3741 { return doCompare(0, length(), text, 0, text.length()) != 1; } 3745 { return doCompare(0, length(), text, 0, text.length()); } in compare() 3751 { return doCompare(start, _length, srcText, 0, srcText.length()); } in compare() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 73 UBool doCompare, UBool testUnassigned, TestFunc func){ in testAPI() argument 100 …if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_s… in testAPI() 122 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 146 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 168 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 189 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI() 212 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
|
/external/icu/icu4c/source/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/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 821 UCollationResult doCompare(const UChar *left, int32_t leftLength, 824 UCollationResult doCompare(const uint8_t *left, int32_t leftLength,
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 701 return doCompare(left.getBuffer(), left.length(), in compare() 717 return doCompare(left.getBuffer(), leftLength, in compare() 737 return doCompare(left, leftLength, right, rightLength, errorCode); in compare() 750 return doCompare(leftBytes, left.length(), rightBytes, right.length(), errorCode); in compareUTF8() 769 return doCompare(reinterpret_cast<const uint8_t *>(left), leftLength, in internalCompareUTF8() 966 RuleBasedCollator::doCompare(const UChar *left, int32_t leftLength, in doCompare() function in RuleBasedCollator 1085 RuleBasedCollator::doCompare(const uint8_t *left, int32_t leftLength, in doCompare() function in RuleBasedCollator
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | Collator.java | 1237 return doCompare((CharSequence)source, (CharSequence)target); in compare() 1248 protected int doCompare(CharSequence left, CharSequence right) { in doCompare() method in Collator
|
D | RuleBasedCollator.java | 1499 return doCompare(source, target); in compare() 1644 protected int doCompare(CharSequence left, CharSequence right) { in doCompare() method in RuleBasedCollator
|
/external/icu/icu4c/source/common/ |
D | unistr.cpp | 550 UnicodeString::doCompare( int32_t start, in doCompare() function in UnicodeString
|