Home
last modified time | relevance | path

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

/external/unicode/
DCVTUTF7.C79 #define BITS_IN_BUFFER bufferbits macro
133 WRITE_N_BITS(0, (6 - (BITS_IN_BUFFER % 6))%6); in ConvertUCS2toUTF7()
138 while ((target < targetEnd) && BITS_IN_BUFFER >= 6) in ConvertUCS2toUTF7()
143 if (BITS_IN_BUFFER >= 6) in ConvertUCS2toUTF7()
251 while (BITS_IN_BUFFER >= 16 && (target < targetEnd)) in ConvertUTF7toUCS2()
258 if (BITS_IN_BUFFER >= 16) in ConvertUTF7toUCS2()
263 junk = READ_N_BITS(BITS_IN_BUFFER); in ConvertUTF7toUCS2()