Searched refs:utf8str (Results 1 – 1 of 1) sorted by relevance
3243 static size_t find_utf8_char_boundary(const char* utf8str, size_t offset) { in find_utf8_char_boundary() argument3244 CHECK(utf8str); in find_utf8_char_boundary()3248 uint8_t ch = (uint8_t)utf8str[offset]; in find_utf8_char_boundary()