Searched refs:utf32_at_internal (Results 1 – 1 of 1) sorted by relevance
135 static inline int32_t utf32_at_internal(const char* cur, size_t *num_read) in utf32_at_internal() function169 int32_t ret = utf32_at_internal(src + index, &num_read); in utf32_from_utf8_at()483 *cur_utf32++ = static_cast<char32_t>(utf32_at_internal(cur, &num_read)); in utf8_to_utf32()