HomeSort by relevance Sort by last modified time
    Searched full:thisstring (Results 1 - 7 of 7) sorted by null

  /external/v8/src/js/
harmony-string-padding.js 17 function StringPad(thisString, maxLength, fillString) {
19 var stringLength = thisString.length;
54 var thisString = TO_STRING(this);
56 return StringPad(thisString, maxLength, fillString) + thisString;
62 var thisString = TO_STRING(this);
64 return thisString + StringPad(thisString, maxLength, fillString);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java 80 String thisString = caseString+(forward ? "forward"
93 errln((String)"FAIL: "+thisString
96 logln("PASS: "+thisString+" SOURCE calendar match.");
107 errln((String)"FAIL: "+thisString
110 logln("PASS: "+thisString+" SET SOURCE calendar match.");
119 errln((String)"FAIL: "+thisString+", Differences: "+ diffs);
125 logln("PASS: "+thisString+" match.");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java 79 String thisString = caseString+(forward ? "forward"
92 errln((String)"FAIL: "+thisString
95 logln("PASS: "+thisString+" SOURCE calendar match.");
106 errln((String)"FAIL: "+thisString
109 logln("PASS: "+thisString+" SET SOURCE calendar match.");
118 errln((String)"FAIL: "+thisString+", Differences: "+ diffs);
124 logln("PASS: "+thisString+" match.");
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 293 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward"
310 errln((UnicodeString)"FAIL: "+thisString
314 errln("FAIL: "+thisString+" SOURCE calendar Failed to match: "
317 logln("PASS: "+thisString+" SOURCE calendar match.");
332 errln((UnicodeString)"FAIL: "+thisString
336 errln("FAIL: "+thisString+" SET SOURCE calendar Failed to match: "
339 logln("PASS: "+thisString+" SET SOURCE calendar match.");
352 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs
360 errln("FAIL: "+thisString+" Failed to match: "+u_errorName(status));
362 logln("PASS: "+thisString+" match.")
    [all...]
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 116 StringPiece thisString=getString(strings);
118 int32_t lengthDiff=thisString.length()-otherString.length();
121 commonLength=thisString.length();
125 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RopeByteString.java 484 LeafByteString thisString = thisIter.next();
492 int thisRemaining = thisString.size() - thisOffset;
498 ? thisString.equalsRange(thatString, thatOffset, bytesToCompare)
499 : thatString.equalsRange(thisString, thisOffset, bytesToCompare);
514 thisString = thisIter.next();
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PlatformDxe.h 491 IN CHAR16 *ThisString

Completed in 299 milliseconds