Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_utf8.c84 return nxt_utf8_decode2(start, end); in nxt_utf8_decode()
95 nxt_utf8_decode2(const u_char **start, const u_char *end) in nxt_utf8_decode2() function
223 u = nxt_utf8_decode2(start, end); in nxt_utf8_lowcase()
H A Dnxt_utf8.h21 NXT_EXPORT uint32_t nxt_utf8_decode2(const u_char **start, const u_char *end);