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

/openjdk7/jdk/test/sun/nio/cs/
H A DTestISO2022CNDecoder.java49 char decoded[],
65 for (i = 0; i < decoded.length; i++) {
68 if (c != decoded[i]) {
71 + Integer.toHexString(decoded[i]));
93 if (decodedString.charAt(i) != decoded[i])
115 if (cb.get() != decoded[i])
47 decodeTest( byte encoded[], char decoded[], String label) argument
/openjdk7/jdk/src/share/instrument/
H A DInvocationAdapter.c569 * returned. Otherwise the decoded path (heap allocated) is returned,
570 * along with the length of the decoded path. Note that the return
604 int decoded = decodeByte(b1, b2); local
605 *resultp++ = decoded;
682 * characters are escaped. Once the URI path is decoded we get a UTF8

Completed in 36 milliseconds