Home
last modified time | relevance | path

Searched refs:checkDecoder_nonPrintableBytes_table1 (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DBase64Test.java297 checkDecoder_nonPrintableBytes_table1(Base64.getDecoder()); in testDecoder_nonPrintableBytes_basic()
301 checkDecoder_nonPrintableBytes_table1(Base64.getMimeDecoder()); in testDecoder_nonPrintableBytes_mime()
308 private static void checkDecoder_nonPrintableBytes_table1(Decoder decoder) throws Exception { in checkDecoder_nonPrintableBytes_table1() method in Base64Test