Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
HDrun.c662 int u8_nextlen(const char *s) in u8_nextlen() function
685 len = u8_nextlen(&s[i]); in u8_strlen()
701 n = u8_nextlen(s); in u8_char2byte()
721 len = u8_nextlen(s+i); in u8_byte2char()
829 len = u8_nextlen(patbeg+i); in matchop()
1052 len = u8_nextlen(s1+i); in sindex()
1069 n = u8_nextlen(s); in has_utf8()
1318 n = u8_nextlen(t); in format()
1810 for (n = 0; *s != '\0'; s += u8_nextlen(s)) { in split()
1815 for (j = 0; j < u8_nextlen(s); j++) { in split()
[all …]
HDlib.c37 extern int u8_nextlen(const char *s);
465 n = u8_nextlen(r); in fldbld()
HDb.c83 extern int u8_nextlen(const char *s);