Searched refs:utf8_ptr_to_index (Results 1 – 3 of 3) sorted by relevance
32 mp_uint_t utf8_ptr_to_index(const byte *s, const byte *ptr);
95 mp_uint_t utf8_ptr_to_index(const byte *s, const byte *ptr) { in utf8_ptr_to_index() function
735 return MP_OBJ_NEW_SMALL_INT(utf8_ptr_to_index(haystack, p)); in str_finder()
Completed in 8 milliseconds