Searched refs:unicode_from_utf8 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | cutils.h | 279 int unicode_from_utf8(const uint8_t *p, int max_len, const uint8_t **pp);
|
A D | cutils.c | 251 int unicode_from_utf8(const uint8_t *p, int max_len, const uint8_t **pp) in unicode_from_utf8() function
|
A D | libregexp.c | 810 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in get_class_atom() 1096 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in re_parse_group_name()
|
A D | quickjs.c | 3900 c = unicode_from_utf8(p, p_end - p, &p_next); in JS_NewStringLen() 9895 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in skip_spaces() 20424 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_regexp() 20502 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p1); in parse_ident() 20598 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in next_token() 20619 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in next_token() 20702 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p1); in next_token() 20971 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p); in next_token() 28741 v = unicode_from_utf8(p, p_end - p, &p_next); in dump_pc2line() 28746 v = unicode_from_utf8(p, p_end - p, &p_next); in dump_pc2line() [all …]
|
A D | quickjs-libc.c | 256 int32_arg = unicode_from_utf8((uint8_t *)string_arg, UTF8_CHAR_LEN_MAX, &p); in js_printf_internal()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 255 int32_arg = unicode_from_utf8((uint8_t *)string_arg, UTF8_CHAR_LEN_MAX, &p); in js_printf_internal()
|
Completed in 123 milliseconds