Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp428 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) { in isLegalUTF8Sequence() function
453 assert(!isLegalUTF8Sequence(source, sourceEnd)); in findMaximalSubpartOfIllFormedUTF8Sequence()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h196 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp175 if (!llvm::isLegalUTF8Sequence(buffer, buffer_end)) in GetPrintableImpl()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp819 if (llvm::isLegalUTF8Sequence(Begin, End)) { in EscapeStringForDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp137 if (End <= SourceLine.bytes_end() && llvm::isLegalUTF8Sequence(Begin, End)) { in printableTextForNextCharacter()