Home
last modified time | relevance | path

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

/iconvdata/
A Dutf-7.c95 base64 (unsigned int i) in base64() function
354 *outptr++ = base64 (ch >> 10); \
355 *outptr++ = base64 ((ch >> 4) & 0x3f); \
364 *outptr++ = base64 (ch >> 26); \
365 *outptr++ = base64 ((ch >> 20) & 0x3f); \
367 *outptr++ = base64 ((ch >> 8) & 0x3f); \
368 *outptr++ = base64 ((ch >> 2) & 0x3f); \
419 *outptr++ = base64 (ch >> 10); \
427 *outptr++ = base64 (ch & 0x3f); \
450 *outptr++ = base64 (ch >> 26); \
[all …]

Completed in 3 milliseconds