Home
last modified time | relevance | path

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

/trueos/contrib/jansson/src/
HDutf.c47 size_t utf8_check_first(char byte) in utf8_check_first() function
147 count = utf8_check_first(buffer[0]); in utf8_iterate()
171 size_t count = utf8_check_first(string[i]); in utf8_check_string()
HDutf.h21 size_t utf8_check_first(char byte);
HDload.c174 count = utf8_check_first(c); in stream_get()
200 else if(utf8_check_first(c)) { in stream_get()
224 else if(utf8_check_first(c)) in stream_unget()