Searched refs:unicode_from_utf8 (Results 1 – 5 of 5) sorted by relevance
/third_party/quickjs/ |
D | cutils.h | 279 int unicode_from_utf8(const uint8_t *p, int max_len, const uint8_t **pp);
|
D | cutils.c | 251 int unicode_from_utf8(const uint8_t *p, int max_len, const uint8_t **pp) in unicode_from_utf8() function
|
D | libregexp.c | 807 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in get_class_atom() 1093 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in re_parse_group_name()
|
D | quickjs.c | 3906 c = unicode_from_utf8(p, p_end - p, &p_next); in JS_NewStringLen() 10007 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in skip_spaces() 20318 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_template_part() 20428 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_string() 20455 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_string() 20528 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_regexp() 20538 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_regexp() 20561 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_regexp() 20639 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p1); in parse_ident() 20736 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in next_token() [all …]
|
D | quickjs-libc.c | 253 int32_arg = unicode_from_utf8((uint8_t *)string_arg, UTF8_CHAR_LEN_MAX, &p); in js_printf_internal()
|