Home
last modified time | relevance | path

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

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java346 public boolean isUrlSafe() { in isUrlSafe() method in Base64Codec
943 if (isUrlSafe() && pos < buf.length) { in encode()