Searched refs:DECODE (Results 1 – 2 of 2) sorted by relevance
183 private static final int DECODE[] = { field in Base64.Decoder246 alphabet = ((flags & URL_SAFE) == 0) ? DECODE : DECODE_WEBSAFE; in Decoder()
71558 Landroid/util/Base64$Decoder;->DECODE:[I