/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | idnatest.c | 75 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/icu/icu4c/source/common/unicode/ |
H A D | unistr.h | 3282 doCompare(int32_t start, 3288 int8_t doCompare(int32_t start, 3662 UnicodeString::doCompare(int32_t start, function in class:UnicodeString 3672 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength); 3693 { return doCompare(0, length(), text, 0, text.length()) == 1; } 3697 { return doCompare(0, length(), text, 0, text.length()) == -1; } 3701 { return doCompare(0, length(), text, 0, text.length()) != -1; } 3705 { return doCompare(0, length(), text, 0, text.length()) != 1; } 3709 { return doCompare(0, length(), text, 0, text.length()); } 3715 { return doCompare(star [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | idnatest.c | 75 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/chromium_org/third_party/icu/source/common/unicode/ |
H A D | unistr.h | 3183 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/chromium_org/third_party/icu/source/common/ |
H A D | unistr.cpp | 570 UnicodeString::doCompare( int32_t start, function in class:UnicodeString 647 /* String compare in code point order - doCompare() compares in code unit order. */
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | testidna.cpp | 452 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/icu/icu4c/source/test/intltest/ |
H A D | testidna.cpp | 452 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/icu/icu4c/source/common/ |
H A D | unistr.cpp | 575 UnicodeString::doCompare( int32_t start, function in class:UnicodeString 652 /* String compare in code point order - doCompare() compares in code unit order. */
|
/external/icu/icu4c/source/i18n/ |
H A D | rulebasedcollator.cpp | 698 return doCompare(left.getBuffer(), left.length(), 714 return doCompare(left.getBuffer(), leftLength, 734 return doCompare(left, leftLength, right, rightLength, errorCode); 747 return doCompare(leftBytes, left.length(), rightBytes, right.length(), errorCode); 766 return doCompare(reinterpret_cast<const uint8_t *>(left), leftLength, 963 RuleBasedCollator::doCompare(const UChar *left, int32_t leftLength, function in class:RuleBasedCollator 1082 RuleBasedCollator::doCompare(const uint8_t *left, int32_t leftLength, function in class:RuleBasedCollator
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |