Searched refs:DecodeUTF8 (Results 1 – 4 of 4) sorted by relevance
61 std::optional<char32_t> DecodeUTF8(const char *);
43 std::optional<char32_t> DecodeUTF8(const char *p0) { in DecodeUTF8() function
735 } else if (auto ucs{DecodeUTF8(input)}) { in EditCharacterInput()
584 if (auto result{DecodeUTF8(p)}) { in GetCurrentChar()