Searched refs:utf8_get_char (Results 1 – 5 of 5) sorted by relevance
132 unichar utf8_get_char(const byte *s);136 static inline unichar utf8_get_char(const byte *s) { in utf8_get_char() function
72 unichar utf8_get_char(const byte *s) { in utf8_get_char() function
61 ch = utf8_get_char(s); in uni_print_quoted()
899 unichar c = utf8_get_char(i);
364 return mp_obj_new_int(utf8_get_char(str)); in mp_builtin_ord()
Completed in 9 milliseconds