Searched refs:kmax (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/libs/iconv/
H A Dutf7.h111 unsigned int kmax = 2; /* number of payload bytes to read */ local
154 if (k == kmax) {
157 if (kmax == 2 && (wc >= 0xd800 && wc < 0xdc00))
158 kmax = 4;
165 /* Here k = kmax > 0, hence base64count > 0. */
167 if (kmax == 4) {

Completed in 84 milliseconds