Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp206 typedef std::pair<uint32_t, unsigned> UTF8Decoded; typedef
208 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8()
310 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8()
671 UTF8Decoded UnicodeScalarValue in escape()
781 UTF8Decoded u8d = decodeUTF8(Position); in skip_nb_char()