/external/icu/icu4c/source/test/intltest/ |
D | dadrcal.cpp | 293 UnicodeString thisString = UnicodeString("#") + n + " " + (forward ? "forward" in testConvert() local 310 errln(UnicodeString("FAIL: ") + thisString in testConvert() 314 errln("FAIL: "+thisString+" SOURCE calendar Failed to match: " in testConvert() 317 logln("PASS: "+thisString+" SOURCE calendar match."); in testConvert() 332 errln(UnicodeString("FAIL: ") + thisString in testConvert() 336 errln("FAIL: "+thisString+" SET SOURCE calendar Failed to match: " in testConvert() 339 logln("PASS: "+thisString+" SET SOURCE calendar match."); in testConvert() 352 errln(UnicodeString("FAIL: ") + thisString + ", Differences: " + diffs in testConvert() 360 errln("FAIL: "+thisString+" Failed to match: "+u_errorName(status)); in testConvert() 362 logln("PASS: "+thisString+" match."); in testConvert()
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | dadrcal.cpp | 293 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward" in testConvert() local 310 errln((UnicodeString)"FAIL: "+thisString in testConvert() 314 errln("FAIL: "+thisString+" SOURCE calendar Failed to match: " in testConvert() 317 logln("PASS: "+thisString+" SOURCE calendar match."); in testConvert() 332 errln((UnicodeString)"FAIL: "+thisString in testConvert() 336 errln("FAIL: "+thisString+" SET SOURCE calendar Failed to match: " in testConvert() 339 logln("PASS: "+thisString+" SET SOURCE calendar match."); in testConvert() 352 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs in testConvert() 360 errln("FAIL: "+thisString+" Failed to match: "+u_errorName(status)); in testConvert() 362 logln("PASS: "+thisString+" match."); in testConvert()
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | dadrcal.cpp | 293 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward" in testConvert() local 310 errln((UnicodeString)"FAIL: "+thisString in testConvert() 314 errln("FAIL: "+thisString+" SOURCE calendar Failed to match: " in testConvert() 317 logln("PASS: "+thisString+" SOURCE calendar match."); in testConvert() 332 errln((UnicodeString)"FAIL: "+thisString in testConvert() 336 errln("FAIL: "+thisString+" SET SOURCE calendar Failed to match: " in testConvert() 339 logln("PASS: "+thisString+" SET SOURCE calendar match."); in testConvert() 352 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs in testConvert() 360 errln("FAIL: "+thisString+" Failed to match: "+u_errorName(status)); in testConvert() 362 logln("PASS: "+thisString+" match."); in testConvert()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 82 String thisString = caseString+(forward ? "forward" in testConvert() local 95 errln((String)"FAIL: "+thisString in testConvert() 98 logln("PASS: "+thisString+" SOURCE calendar match."); in testConvert() 109 errln((String)"FAIL: "+thisString in testConvert() 112 logln("PASS: "+thisString+" SET SOURCE calendar match."); in testConvert() 121 errln((String)"FAIL: "+thisString+", Differences: "+ diffs); in testConvert() 127 logln("PASS: "+thisString+" match."); in testConvert()
|
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 79 String thisString = caseString+(forward ? "forward" in testConvert() local 92 errln((String)"FAIL: "+thisString in testConvert() 95 logln("PASS: "+thisString+" SOURCE calendar match."); in testConvert() 106 errln((String)"FAIL: "+thisString in testConvert() 109 logln("PASS: "+thisString+" SET SOURCE calendar match."); in testConvert() 118 errln((String)"FAIL: "+thisString+", Differences: "+ diffs); in testConvert() 124 logln("PASS: "+thisString+" match."); in testConvert()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 543 LeafByteString thisString = thisIter.next(); in equalsFragments() local 551 int thisRemaining = thisString.size() - thisOffset; in equalsFragments() 558 ? thisString.equalsRange(thatString, thatOffset, bytesToCompare) in equalsFragments() 559 : thatString.equalsRange(thisString, thisOffset, bytesToCompare); in equalsFragments() 574 thisString = thisIter.next(); in equalsFragments()
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 543 LeafByteString thisString = thisIter.next(); in equalsFragments() local 551 int thisRemaining = thisString.size() - thisOffset; in equalsFragments() 558 ? thisString.equalsRange(thatString, thatOffset, bytesToCompare) in equalsFragments() 559 : thatString.equalsRange(thisString, thisOffset, bytesToCompare); in equalsFragments() 574 thisString = thisIter.next(); in equalsFragments()
|
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 543 LeafByteString thisString = thisIter.next(); in equalsFragments() local 551 int thisRemaining = thisString.size() - thisOffset; in equalsFragments() 558 ? thisString.equalsRange(thatString, thatOffset, bytesToCompare) in equalsFragments() 559 : thatString.equalsRange(thisString, thisOffset, bytesToCompare); in equalsFragments() 574 thisString = thisIter.next(); in equalsFragments()
|
/external/icu/icu4c/source/common/ |
D | bytestriebuilder.cpp | 116 StringPiece thisString=getString(strings); in compareStringTo() local 118 int32_t lengthDiff=thisString.length()-otherString.length(); in compareStringTo() 121 commonLength=thisString.length(); in compareStringTo() 125 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength); in compareStringTo()
|
/external/cronet/stable/third_party/icu/source/common/ |
D | bytestriebuilder.cpp | 116 StringPiece thisString=getString(strings); in compareStringTo() local 118 int32_t lengthDiff=thisString.length()-otherString.length(); in compareStringTo() 121 commonLength=thisString.length(); in compareStringTo() 125 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength); in compareStringTo()
|
/external/cronet/tot/third_party/icu/source/common/ |
D | bytestriebuilder.cpp | 116 StringPiece thisString=getString(strings); in compareStringTo() local 118 int32_t lengthDiff=thisString.length()-otherString.length(); in compareStringTo() 121 commonLength=thisString.length(); in compareStringTo() 125 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength); in compareStringTo()
|
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/ |
D | TraceCmpHooks.java | 164 String thisString, int toffset, String other, int ooffset, int len, int hookId) { in regionMatchesInternal() argument 167 int cappedThisStringEnd = Math.min(toffset + len, thisString.length()); in regionMatchesInternal() 169 String thisPart = thisString.substring(toffset, cappedThisStringEnd); in regionMatchesInternal() 383 String thisString = arguments[0].toString(); in regionMatchesKt() local 388 regionMatchesInternal(thisString, thisOffset, other, otherOffset, length, hookId); in regionMatchesKt()
|