Home
last modified time | relevance | path

Searched refs:EncodeUTF8 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dutf.h65 std::size_t EncodeUTF8(char *, char32_t);
H A Dutf.cpp64 std::size_t EncodeUTF8(char *p0, char32_t ucs) { in EncodeUTF8() function
H A Dio-stmt.cpp494 auto len{EncodeUTF8(buffer + at, *data++)}; in EmitEncoded()