Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp580 static void encodeUTF8( uint32_t UnicodeScalarValue in encodeUTF8() function
739 encodeUTF8(0xFFFD, Val); in escape()
2182 encodeUTF8(0x85, Storage); in getDoubleQuotedValue()
2185 encodeUTF8(0xA0, Storage); in getDoubleQuotedValue()
2188 encodeUTF8(0x2028, Storage); in getDoubleQuotedValue()
2191 encodeUTF8(0x2029, Storage); in getDoubleQuotedValue()
2201 encodeUTF8(UnicodeScalarValue, Storage); in getDoubleQuotedValue()
2212 encodeUTF8(UnicodeScalarValue, Storage); in getDoubleQuotedValue()
2223 encodeUTF8(UnicodeScalarValue, Storage); in getDoubleQuotedValue()
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp1070 static inline bool encodeUTF8(size_t CodePoint, char *Output) { in encodeUTF8() function
1192 if (!encodeUTF8(N, UTF8)) in decodePunycode()