Home
last modified time | relevance | path

Searched refs:utf8_decode (Results 1 – 2 of 2) sorted by relevance

/minix/external/mit/lua/dist/src/
H A Dlutf8lib.c44 static const char *utf8_decode (const char *o, int *val) { in utf8_decode() function
86 const char *s1 = utf8_decode(s + posi, NULL); in utflen()
122 s = utf8_decode(s, &code); in codepoint()
219 const char *next = utf8_decode(s + n, &code); in iter_aux()
/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_tar.c232 static wchar_t *utf8_decode(struct tar *, const char *, size_t length);
805 wp = utf8_decode(tar, acl, p - acl); in header_Solaris_ACL()
1485 wp = utf8_decode(tar, value, strlen(value)); in pax_attribute()
1490 wp = utf8_decode(tar, value, strlen(value)); in pax_attribute()
2185 utf8_decode(struct tar *tar, const char *src, size_t length) in utf8_decode() function