Searched defs:decoded (Results 1 – 11 of 11) sorted by relevance
41 String decoded = formatIpAddress(mappedAddress); in testFormatIpv4MappedAddress() local48 String decoded = formatIpAddress(ipAddress); in testFormatIpv6Address() local
55 String decoded = URLDecoder.decode(encoded, enc); in testDecoder() local
65 String decoded; in testURLEncodeDecode() local
83 String decoded = URLDecoder.decode(encoded, "UTF-8"); in test() local
148 X500Principal decoded = new X500Principal(actualEncoded); in testIA5StringEncoding() local
118 testIOE(Base64.getDecoder(), decoded); in main() local119 testIOE(Base64.getMimeDecoder(), decoded); in main() local328 private static void testIOE(Base64.Decoder dec, byte[] decoded) throws Throwable { in testIOE()
248 private void assertDecoded(String decoded, String original) throws Exception { in assertDecoded()
282 char decoded = decodedSuffix[at - prefixLength]; in test_readWhenCharacterSpansBuffer() local
316 char[] decoded = new char[maxChar]; in testEncodeCharset() local
120 char[] decoded = cb.array(); in checkedHash() local
1067 String decoded = decodeToAscii(decoder, encoded); in encodeFromAscii() local