HomeSort by relevance Sort by last modified time
    Searched defs:URL_SAFE_ENCODE_TABLE (Results 1 - 2 of 2) sorted by null

  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java 100 private static final byte[] URL_SAFE_ENCODE_TABLE = {
337 this.encodeTable = urlSafe ? URL_SAFE_ENCODE_TABLE : STANDARD_ENCODE_TABLE;
347 return this.encodeTable == URL_SAFE_ENCODE_TABLE;
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 300 milliseconds