Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp504 StringElementType::UTF16, options, llvm::ConvertUTF16toUTF8); in ReadStringAndDumpToStream()
532 llvm::ConvertUTF16toUTF8, options); in ReadBufferAndDumpToStream()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h180 ConversionResult ConvertUTF16toUTF8 (
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp121 ConvertUTF16toUTF8(&Src, SrcEnd, &Dst, DstEnd, strictConversion); in convertUTF16ToUTF8String()
H A DConvertUTF.cpp263 ConversionResult ConvertUTF16toUTF8 ( in ConvertUTF16toUTF8() function