HomeSort by: relevance | last modified time | path
    Searched defs:parse_utf8_char (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
parse_utf8_char.h 1 /* $NetBSD: parse_utf8_char.h,v 1.2 2025/02/25 19:15:52 christos Exp $ */
5 /* parse_utf8_char 3h
9 /* #include <parse_utf8_char.h>
11 /* char *parse_utf8_char(str, end)
15 /* parse_utf8_char() determines if the byte sequence starting
57 /* parse_utf8_char - parse and validate one UTF8 multibyte sequence */
59 static inline char *parse_utf8_char(const char *str, const char *end) function

Completed in 23 milliseconds