Searched defs:encodePath (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/net/www/
H A DParseUtil_4922813.java26 @summary Check the new impl of encodePath will not cause regression
40 String ec = sun.net.www.ParseUtil.encodePath(source);
41 String v117 = ParseUtil_V117.encodePath(source);
132 public static String encodePath(String path) { method in class:ParseUtil_V117
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DParseUtil.java96 public static String encodePath(String path) { method in class:ParseUtil
97 return encodePath(path, true);
104 public static String encodePath(String path, boolean flag) { method in class:ParseUtil
265 path = ParseUtil.encodePath(path);

Completed in 31 milliseconds