Searched refs:lookUpBase64Alphabet (Results 1 – 10 of 10) sorted by relevance
103 private static byte[] lookUpBase64Alphabet = new byte[LOOKUPLENGTH]; field in Base64124 lookUpBase64Alphabet[i] = (byte) ('A' + i);128 lookUpBase64Alphabet[i] = (byte) ('a' + j);132 lookUpBase64Alphabet[i] = (byte) ('0' + j);135 lookUpBase64Alphabet[62] = (byte) '+';136 lookUpBase64Alphabet[63] = (byte) '/';292 encodedData[encodedIndex] = lookUpBase64Alphabet[val1]; in encodeBase64()297 lookUpBase64Alphabet[val2 | (k << 4)]; in encodeBase64()299 lookUpBase64Alphabet[(l << 2) | val3]; in encodeBase64()300 encodedData[encodedIndex + 3] = lookUpBase64Alphabet[b3 & 0x3f]; in encodeBase64()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...