Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dcharacters.h255 DecodedCharacter DecodeRawCharacter(const char *, std::size_t);
257 DecodedCharacter DecodeRawCharacter<Encoding::LATIN_1>(
261 DecodedCharacter DecodeRawCharacter<Encoding::UTF_8>(const char *, std::size_t);
/llvm-project-15.0.7/flang/lib/Parser/
H A Dcharacters.cpp147 DecodedCharacter DecodeRawCharacter<Encoding::LATIN_1>( in DecodeRawCharacter() function
157 DecodedCharacter DecodeRawCharacter<Encoding::UTF_8>( in DecodeRawCharacter() function
240 return DecodeRawCharacter<ENCODING>(cp, bytes); in DecodeCharacter()