Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF7.java102 private static byte TO_BASE64_IMAP(int n) { in TO_BASE64_IMAP() method in CharsetUTF7
589 target.put(useIMAP ? TO_BASE64_IMAP(bits) : TO_BASE_64[bits]); in encodeLoop()
622 target.put(useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]); in encodeLoop()
625 target.put(useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]); in encodeLoop()
635 errorBuffer[0]=useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]; in encodeLoop()
644 target.put(useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]); in encodeLoop()
647 target.put(useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]); in encodeLoop()
650 target.put(useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]); in encodeLoop()
662 errorBuffer[0]=useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]; in encodeLoop()
671 errorBuffer[0]=useIMAP ? TO_BASE64_IMAP(b) : TO_BASE_64[b]; in encodeLoop()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducnv_u7.cpp874 #define TO_BASE64_IMAP(n) ((n)<63 ? toBase64[n] : COMMA) macro
1268 *target++=TO_BASE64_IMAP(bits); in _IMAPFromUnicodeWithOffsets()
1299 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1302 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1312 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1321 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1324 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1327 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1339 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1348 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
[all …]
/third_party/icu/icu4c/source/common/
Ducnv_u7.cpp874 #define TO_BASE64_IMAP(n) ((n)<63 ? toBase64[n] : COMMA) macro
1268 *target++=TO_BASE64_IMAP(bits); in _IMAPFromUnicodeWithOffsets()
1299 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1302 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1312 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1321 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1324 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1327 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1339 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1348 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_u7.cpp874 #define TO_BASE64_IMAP(n) ((n)<63 ? toBase64[n] : COMMA) macro
1268 *target++=TO_BASE64_IMAP(bits); in _IMAPFromUnicodeWithOffsets()
1299 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1302 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1312 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1321 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1324 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1327 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1339 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1348 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u7.cpp874 #define TO_BASE64_IMAP(n) ((n)<63 ? toBase64[n] : COMMA) macro
1268 *target++=TO_BASE64_IMAP(bits); in _IMAPFromUnicodeWithOffsets()
1299 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1302 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1312 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1321 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1324 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1327 *target++=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1339 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
1348 cnv->charErrorBuffer[0]=TO_BASE64_IMAP(b); in _IMAPFromUnicodeWithOffsets()
[all …]