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