Home
last modified time | relevance | path

Searched refs:thisString (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddadrcal.cpp293 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/
Ddadrcal.cpp293 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/
Ddadrcal.cpp293 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/
DDataDrivenCalendarTest.java82 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/
DDataDrivenCalendarTest.java79 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/
DRopeByteString.java543 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/
DRopeByteString.java543 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/
DRopeByteString.java543 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/
Dbytestriebuilder.cpp116 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/
Dbytestriebuilder.cpp116 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/
Dbytestriebuilder.cpp116 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/
DTraceCmpHooks.java164 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()