Home
last modified time | relevance | path

Searched refs:testStrings (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java1069 String[] testStrings = new String[] { in Test4244884() local
1081 for (int i = 1; i < testStrings.length; i++) { in Test4244884()
1082 if (coll.compare(testStrings[i - 1], testStrings[i]) >= 0) { in Test4244884()
1083 errln("error: \"" + testStrings[i - 1] in Test4244884()
1084 + "\" is greater than or equal to \"" + testStrings[i] in Test4244884()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java1073 String[] testStrings = new String[] { in Test4244884() local
1085 for (int i = 1; i < testStrings.length; i++) { in Test4244884()
1086 if (coll.compare(testStrings[i - 1], testStrings[i]) >= 0) { in Test4244884()
1087 errln("error: \"" + testStrings[i - 1] in Test4244884()
1088 + "\" is greater than or equal to \"" + testStrings[i] in Test4244884()
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c372 static const char *testStrings[] = { in TestBufferOverflow() local
403 for (idx = 0; idx < ARRAY_SIZE(testStrings); idx++) { in TestBufferOverflow()
404 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DStringArrayTest.java26 public void testStrings() { in testStrings() method in StringArrayTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java278 byte testStrings[][] = { in TestBufferOverflow()
305 for (int idx = 0; idx < testStrings.length; idx += 1) { in TestBufferOverflow()
306 det.setText(testStrings[idx]); in TestBufferOverflow()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java282 byte testStrings[][] = { in TestBufferOverflow()
309 for (int idx = 0; idx < testStrings.length; idx += 1) { in TestBufferOverflow()
310 det.setText(testStrings[idx]); in TestBufferOverflow()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java1170 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local
1180 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings()
1181 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java1166 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local
1176 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings()
1177 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py1966 def testStrings(self): member in ByteSizeTest