Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/encoding/
H A DUCEncoder.java66 outStream.write(map_array[(a >>> 2 & 0x38) + (b >>> 5 & 0x7)]); in encodeAtom()
79 outStream.write(map_array[(a & 0x1f) + p1]); in encodeAtom()
80 outStream.write(map_array[(b & 0x1f) + p2]); in encodeAtom()
178 private static final byte map_array[] = { field in UCEncoder
H A DUCDecoder.java66 if (tmp[0] == map_array[i]) in decodeAtom()
68 if (tmp[1] == map_array[i]) in decodeAtom()
70 if (tmp[2] == map_array[i]) in decodeAtom()
214 private static final byte map_array[] = { field in UCDecoder