Searched refs:useUTF8 (Results 1 – 3 of 3) sorted by relevance
38 template <typename CHAR = char> constexpr bool useUTF8() const { in useUTF8() function
661 std::size_t oneIfUTF8{connection.useUTF8<CHAR>() ? 1 : length}; in ListDirectedCharacterOutput()
490 if (GetConnectionState().useUTF8<CHAR>()) { in EmitEncoded()