Lines Matching refs:DecodedCharacter
147 DecodedCharacter DecodeRawCharacter<Encoding::LATIN_1>( in DecodeRawCharacter()
157 DecodedCharacter DecodeRawCharacter<Encoding::UTF_8>( in DecodeRawCharacter()
183 static DecodedCharacter DecodeEscapedCharacter( in DecodeEscapedCharacter()
213 static DecodedCharacter DecodeEscapedCharacters( in DecodeEscapedCharacters()
219 DecodedCharacter code{DecodeEscapedCharacter(cp + at, bytes - at)}; in DecodeEscapedCharacters()
224 DecodedCharacter code{DecodeCharacter<ENCODING>(buffer, len, false)}; in DecodeEscapedCharacters()
235 DecodedCharacter DecodeCharacter( in DecodeCharacter()
244 template DecodedCharacter DecodeCharacter<Encoding::LATIN_1>(
246 template DecodedCharacter DecodeCharacter<Encoding::UTF_8>(
249 DecodedCharacter DecodeCharacter(Encoding encoding, const char *cp, in DecodeCharacter()
265 DecodedCharacter decoded{ in DecodeString()