Lines Matching defs:utf_8_len
103 size_t utf_8_len)
108 if (utf_8_len == 0) {
189 if (utf_8_len < 2) {
197 utf_8_len--;
200 if (utf_8_len < 3) {
209 utf_8_len -= 2;
212 if (utf_8_len < 4) {
222 utf_8_len -= 3;
225 if (utf_8_len < 5) {
236 utf_8_len -= 3;
369 size_t utf_8_len;
426 utf_8_len = p - errbuf;
427 errbuflen_remaining -= utf_8_len;
428 if (utf_8_len == 0) {