Searched refs:json_utf8_decode (Results 1 – 3 of 3) sorted by relevance
6 typedef struct json_utf8_decode struct13 } json_utf8_decode; typedef15 extern int utf8_decode_at_byte(json_utf8_decode *utf8);16 extern int utf8_decode_at_character(json_utf8_decode *utf8);17 extern void utf8_decode_init(json_utf8_decode *utf8, char p[], int length);18 extern int utf8_decode_next(json_utf8_decode *utf8);
59 get(json_utf8_decode *utf8) in get()76 cont(json_utf8_decode *utf8) in cont()87 utf8_decode_init(json_utf8_decode *utf8, char p[], int length) in utf8_decode_init()101 utf8_decode_at_byte(json_utf8_decode *utf8) in utf8_decode_at_byte()112 utf8_decode_at_character(json_utf8_decode *utf8) in utf8_decode_at_character()125 utf8_decode_next(json_utf8_decode *utf8) in utf8_decode_next()
37 json_utf8_decode utf8; in utf8_to_utf16()
Completed in 8 milliseconds