Searched defs:URL_SAFE (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/
H A DBase64.java50 public final static int URL_SAFE = 16; field in class:Base64
287 if( (options & URL_SAFE) == URL_SAFE ) return _URL_SAFE_ALPHABET;
297 * It's possible, though silly, to specify ORDERED and URL_SAFE
303 if( (options & URL_SAFE) == URL_SAFE ) return _URL_SAFE_DECODABET;
874 * @param options encode options such as URL_SAFE

Completed in 314 milliseconds