Searched refs:utf8str (Results 1 – 1 of 1) sorted by relevance
1077 static size_t find_utf8_char_boundary(const char* utf8str, size_t offset) { in find_utf8_char_boundary() argument1078 log::assert_that(utf8str != nullptr, "assert failed: utf8str != nullptr"); in find_utf8_char_boundary()1082 uint8_t ch = (uint8_t)utf8str[offset]; in find_utf8_char_boundary()