Searched refs:utf8str (Results 1 – 1 of 1) sorted by relevance
3682 static size_t find_utf8_char_boundary(const char *utf8str, size_t offset) in find_utf8_char_boundary() argument3684 assert(utf8str); in find_utf8_char_boundary()3689 uint8_t ch = (uint8_t)utf8str[offset]; in find_utf8_char_boundary()