Searched refs:thisString (Results 1 – 9 of 9) sorted by relevance
/third_party/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()
|
/third_party/icu/icu4j/main/tests/core/src/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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
|
/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()
|
/third_party/flutter/skia/third_party/externals/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()
|
/third_party/node/deps/icu-small/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/ |
D | semantics.dart | 1883 thisString: label, 1889 thisString: hint, 3732 thisString: _label, 3744 thisString: _hint, 3807 @required String thisString, 3813 return thisString; 3825 if (thisString.isEmpty) 3827 return '$thisString\n$nestedLabel';
|