Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/net/URLEncoder/
DSurrogatePairs.java46 static String[] testStrings = {"\uD800\uDC00", field in SurrogatePairs
72 for (int i=0; i < testStrings.length; i++) { in testSurrogatePairs()
73 test(testStrings[i], correctEncodings[i]); in testSurrogatePairs()
/libcore/ojluni/src/test/java/math/BigDecimal/
DLongValueExactTests.java41 String[] testStrings = { in longValueExactTests() local
50 for (String longValue : testStrings) { in longValueExactTests()
/libcore/json/src/test/java/libcore/org/json/
DJSONArrayTest.java250 public void testStrings() throws JSONException { in testStrings() method in JSONArrayTest
DJSONObjectTest.java406 public void testStrings() throws JSONException { in testStrings() method in JSONObjectTest