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

/openjdk7/jdk/test/sun/net/www/
H A DParseUtil_4922813.java87 static BitSet encodedInPath; field in class:ParseUtil_V117
89 encodedInPath = new BitSet(256);
96 encodedInPath.set('=');
97 encodedInPath.set(';');
98 encodedInPath.set('?');
99 encodedInPath.set('/');
103 encodedInPath.set('#');
104 encodedInPath.set(' ');
105 encodedInPath.set('<');
106 encodedInPath
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DParseUtil.java49 static BitSet encodedInPath; field in class:ParseUtil
52 encodedInPath = new BitSet(256);
59 encodedInPath.set('=');
60 encodedInPath.set(';');
61 encodedInPath.set('?');
62 encodedInPath.set('/');
66 encodedInPath.set('#');
67 encodedInPath.set(' ');
68 encodedInPath.set('<');
69 encodedInPath
[all...]

Completed in 30 milliseconds