Searched refs:testUrlToUriMapping (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1866 testUrlToUriMapping("abzABZ09", "abzABZ09", "abzABZ09", "abzABZ09", "abzABZ09");
1869 testUrlToUriMapping("\u0001", "%01", "%01", "%01", "%01");
1870 testUrlToUriMapping("\u001f", "%1F", "%1F", "%1F", "%1F");
1873 testUrlToUriMapping("%20", "%20", "%20", "%20", "%20");
1874 testUrlToUriMapping("%20", "%20", "%20", "%20", "%20");
1875 testUrlToUriMapping(" ", "%20", "%20", "%20", "%20");
1876 testUrlToUriMapping("!", "!", "!", "!", "!");
1877 testUrlToUriMapping("\"", "%22", "%22", "%22", "%22");
1878 testUrlToUriMapping("#", null, null, null, "%23");
1879 testUrlToUriMapping("
1921 private void testUrlToUriMapping(String string, String asAuthority, String asFile, method in class:URLConnectionTest
[all...]

Completed in 22 milliseconds