Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 0123456789ABCDEFGHIJKLMNOPQRSTUV (0.09 seconds)

  1. android/guava/src/com/google/common/io/BaseEncoding.java

       */
      public static BaseEncoding base32() {
        return BASE32;
      }
    
      private static final BaseEncoding BASE32_HEX =
          new StandardBaseEncoding("base32Hex()", "0123456789ABCDEFGHIJKLMNOPQRSTUV", '=');
    
      /**
       * The "base32hex" encoding specified by <a
       * href="http://tools.ietf.org/html/rfc4648#section-7">RFC 4648 section 7</a>, Base 32 Encoding
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:45:58 GMT 2026
    - 41.6K bytes
    - Click Count (0)
  2. src/bytes/bytes_test.go

    apocelipes <******@****.***> 1773077562 +0000
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Mar 11 03:07:05 GMT 2026
    - 62.9K bytes
    - Click Count (0)
Back to Top