Searched refs:DecodeRawCharacter (Results 1 – 2 of 2) sorted by relevance
255 DecodedCharacter DecodeRawCharacter(const char *, std::size_t);257 DecodedCharacter DecodeRawCharacter<Encoding::LATIN_1>(261 DecodedCharacter DecodeRawCharacter<Encoding::UTF_8>(const char *, std::size_t);
147 DecodedCharacter DecodeRawCharacter<Encoding::LATIN_1>( in DecodeRawCharacter() function157 DecodedCharacter DecodeRawCharacter<Encoding::UTF_8>( in DecodeRawCharacter() function240 return DecodeRawCharacter<ENCODING>(cp, bytes); in DecodeCharacter()