Home
last modified time | relevance | path

Searched refs:DecodeUTF8 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dutf.h61 std::optional<char32_t> DecodeUTF8(const char *);
H A Dutf.cpp43 std::optional<char32_t> DecodeUTF8(const char *p0) { in DecodeUTF8() function
H A Dedit-input.cpp735 } else if (auto ucs{DecodeUTF8(input)}) { in EditCharacterInput()
H A Dio-stmt.cpp584 if (auto result{DecodeUTF8(p)}) { in GetCurrentChar()