Home
last modified time | relevance | path

Searched defs:testString (Results 1 – 25 of 47) sorted by relevance

12

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DBoundedByteStringTest.java63 String testString = "I love unicode \u1234\u5678 characters"; in testToString() local
80 String testString = "I love unicode \u1234\u5678 characters"; in testCharsetToString() local
DRopeByteStringTest.java105 ByteString testString = ByteString.copyFrom(testBytes); in testBalance() local
129 String testString = builder.toString(); in testToString() local
158 String testString = builder.toString(); in testCharsetToString() local
DRopeByteStringSubstringTest.java81 String testString = builder.toString(); in testToString() local
114 String testString = builder.toString(); in testCharsetToString() local
DNioByteStringTest.java59 private final ByteString testString = new NioByteString(backingBuffer); field in NioByteStringTest
433 String testString = "I love unicode \u1234\u5678 characters"; in testToString() local
440 String testString = "I love unicode \u1234\u5678 characters"; in testCharsetToString() local
DLiteralByteStringTest.java419 String testString = "I love unicode \u1234\u5678 characters"; in testToString() local
426 String testString = "I love unicode \u1234\u5678 characters"; in testCharsetToString() local
DByteStringTest.java170 String testString = "I love unicode \u1234\u5678 characters"; in testCopyFrom_StringEncoding() local
179 String testString = "I love unicode \u1234\u5678 characters"; in testCopyFrom_Utf8() local
482 String testString = "I love unicode \u1234\u5678 characters"; in testToStringUtf8() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBIAPITest.java52 String testString = "Testing word break iterators's clone() and equals()"; in TestCloneEquals() local
176 String testString = "This is a word break. Isn't it? 2.25"; in TestFirstNextFollowing() local
309 String testString = "This is a word break. Isn't it? 2.25 dollars"; in TestLastPreviousPreceding() local
467 …private void doTest(String testString, int start, int gotoffset, int expectedOffset, String expect… in doTest()
DBreakIteratorTest.java182 String testString = "boo."; in TestEndBehavior() local
DRBBITestExtended.java101 String testString = testFileBuf.toString(); in TestExtended() local
/third_party/icu/icu4c/source/samples/citer/
Dciter.cpp58 UnicodeString testString(testChars,""); in TestUChariter() local
125 UnicodeString testString(testChars,""); in TestStringiter() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/citer/
Dciter.cpp58 UnicodeString testString(testChars,""); in TestUChariter() local
125 UnicodeString testString(testChars,""); in TestStringiter() local
/third_party/grpc/tools/distrib/python/
Dcheck_grpcio_tools.py28 testString = (_make.COMMIT_HASH_PREFIX + submodule_commit_hash + variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DRopeByteStringTest.java76 ByteString testString = ByteString.copyFrom(testBytes); in testBalance() local
DByteStringTest.java132 String testString = "I love unicode \u1234\u5678 characters"; in testCopyFrom_StringEncoding() local
140 String testString = "I love unicode \u1234\u5678 characters"; in testCopyFrom_Utf8() local
364 String testString = "I love unicode \u1234\u5678 characters"; in testToStringUtf8() local
/third_party/node/test/parallel/
Dtest-http2-compat-serverresponse-drain.js11 const testString = 'tests'; constant
Dtest-http2-createwritereq.js14 const testString = 'a\u00A1\u0100\uD83D\uDE00'; constant
/third_party/protobuf/php/tests/
DMapFieldTest.php359 public function testString() { function in MapFieldTest
DArrayTest.php415 public function testString() function in ArrayTest
/third_party/icu/icu4c/source/test/iotest/
Dstream.cpp219 testString( in testString() function
221 const char* testString, in testString()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DErrorTest.java37 ReplaceableString testString = in TestTransliteratorErrors() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java400 String testString = testText.toString(); in TestDetection() local
423 private void checkMatch(CharsetDetector det, String testString, in checkMatch()
462 private void checkEncoding(String testString, in checkEncoding()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DTestUScriptRun.java340 String testString = ""; in TestRuns() local
/third_party/icu/icu4c/source/test/intltest/
Dtrnserr.cpp61 UnicodeString testString="A quick fox jumped over the lazy dog."; in TestTransliteratorErrors() local
Drbbiapts.cpp63 UnicodeString testString="Testing word break iterators's clone() and equals()"; in TestCloneEquals() local
430 UnicodeString testString="0123456789"; in TestIteration() local
1468 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expec… in doTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DAstroTest.java382 …String testString = "CASE["+i+"]: Year "+(int)testcase[i][0]+" Month "+(int)testcase[i][1]+" Day "+ in TestMoonAge() local

12