Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp661 std::size_t oneIfUTF8{connection.useUTF8<CHAR>() ? 1 : length}; in ListDirectedCharacterOutput() local
664 std::min<std::size_t>(length - put, oneIfUTF8), in ListDirectedCharacterOutput()