Searched refs:thisString (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcal.cpp291 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward" local
308 errln((UnicodeString)"FAIL: "+thisString
312 errln("FAIL: "+thisString+" SOURCE calendar Failed to match: "
315 logln("PASS: "+thisString+" SOURCE calendar match.");
330 errln((UnicodeString)"FAIL: "+thisString
334 errln("FAIL: "+thisString+" SET SOURCE calendar Failed to match: "
337 logln("PASS: "+thisString+" SET SOURCE calendar match.");
350 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs
358 errln("FAIL: "+thisString+" Failed to match: "+u_errorName(status));
360 logln("PASS: "+thisString
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp291 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward" local
308 errln((UnicodeString)"FAIL: "+thisString
312 errln("FAIL: "+thisString+" SOURCE calendar Failed to match: "
315 logln("PASS: "+thisString+" SOURCE calendar match.");
330 errln((UnicodeString)"FAIL: "+thisString
334 errln("FAIL: "+thisString+" SET SOURCE calendar Failed to match: "
337 logln("PASS: "+thisString+" SET SOURCE calendar match.");
350 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs
358 errln("FAIL: "+thisString+" Failed to match: "+u_errorName(status));
360 logln("PASS: "+thisString
[all...]
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp114 StringPiece thisString=getString(strings); local
116 int32_t lengthDiff=thisString.length()-otherString.length();
119 commonLength=thisString.length();
123 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DRopeByteString.java481 LiteralByteString thisString = thisIter.next();
489 int thisRemaining = thisString.size() - thisOffset;
495 ? thisString.equalsRange(thatString, thatOffset, bytesToCompare)
496 : thatString.equalsRange(thisString, thisOffset, bytesToCompare);
511 thisString = thisIter.next();

Completed in 194 milliseconds