Searched defs:utf8 (Results 1 – 6 of 6) sorted by relevance
27 std::u32string Utf8ToUtf32(std::string_view utf8) { in Utf8ToUtf32()33 std::u32string Utf8ToUtf32(const char* utf8) { in Utf8ToUtf32()
184 int Page::FindMatchesUtf8(std::string_view utf8, vector<TextRange>* matches) { in FindMatchesUtf8()202 int Page::BoundsOfMatchesUtf8(std::string_view utf8, vector<Rectangle_i>* rects, in BoundsOfMatchesUtf8()
73 std::u16string Utf8ToUtf16Le(std::string_view utf8) { in Utf8ToUtf16Le()
57 const uint8_t* utf8 = reinterpret_cast<const uint8_t*>(bytes++); in isValidUtf() local
130 std::string utf8; in get_string_from_utf16() local
2689 const char* utf8; in _console_write_utf8() local