Searched refs:charcnt (Results 1 – 1 of 1) sorted by relevance
209 size_t charcnt; in utf8_encodelen() local214 charcnt = ucslen / 2; in utf8_encodelen()217 while (charcnt-- > 0) { in utf8_encodelen()232 charcnt += extra; in utf8_encodelen()279 size_t charcnt; in utf8_encodestr() local291 charcnt = ucslen / 2; in utf8_encodestr()293 while (charcnt-- > 0) { in utf8_encodestr()302 charcnt += extra; in utf8_encodestr()342 && charcnt > 0) { in utf8_encodestr()354 --charcnt; in utf8_encodestr()