Searched refs:testStrings (Results 1 – 5 of 5) sorted by relevance
1069 String[] testStrings = new String[] { in Test4244884() local1081 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()
372 static const char *testStrings[] = { in TestBufferOverflow() local403 for (idx = 0; idx < ARRAY_SIZE(testStrings); idx++) { in TestBufferOverflow()404 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow()
276 byte testStrings[][] = { in TestBufferOverflow()303 for (int idx = 0; idx < testStrings.length; idx += 1) { in TestBufferOverflow()304 det.setText(testStrings[idx]); in TestBufferOverflow()
1166 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings() local1176 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings()1177 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
1966 def testStrings(self): member in ByteSizeTest