Searched refs:testStrings (Results 1 – 4 of 4) sorted by relevance
46 static String[] testStrings = {"\uD800\uDC00", field in SurrogatePairs72 for (int i=0; i < testStrings.length; i++) { in testSurrogatePairs()73 test(testStrings[i], correctEncodings[i]); in testSurrogatePairs()
41 String[] testStrings = { in longValueExactTests() local50 for (String longValue : testStrings) { in longValueExactTests()
250 public void testStrings() throws JSONException { in testStrings() method in JSONArrayTest
406 public void testStrings() throws JSONException { in testStrings() method in JSONObjectTest