Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dconnection.h38 template <typename CHAR = char> constexpr bool useUTF8() const { in useUTF8() function
H A Dedit-output.cpp661 std::size_t oneIfUTF8{connection.useUTF8<CHAR>() ? 1 : length}; in ListDirectedCharacterOutput()
H A Dio-stmt.cpp490 if (GetConnectionState().useUTF8<CHAR>()) { in EmitEncoded()