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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c199 const unsigned char *utf8p = (const unsigned char *)utf8; local
210 while(*utf8p != '\0') {
211 c = *utf8p++;
247 c = *utf8p++;
296 unsigned char *utf8p = (unsigned char *)utf8; local
343 *utf8p++ = (v >> offset) | mask;
347 *utf8p++ = ((v >> offset) & 0x3f) | mask;
356 *utf8p = '\0';

Completed in 9 milliseconds