Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDEncoding.h81 return llvm::getNumBytesForUTF8(FirstChar); in getCodePointNumBytes()
120 return 1 + llvm::getNumBytesForUTF8(Text[1]); in getEscapeSequenceLength()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDConvertUTF.h178 unsigned getNumBytesForUTF8(UTF8 firstByte);
251 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDUnicode.cpp346 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
HDConvertUTF.cpp519 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSarifDiagnostics.cpp167 Off += getNumBytesForUTF8(Buf->getBuffer()[Off]); in adjustColumnPos()
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDStringPrinter.cpp135 unsigned utf8_encoded_len = llvm::getNumBytesForUTF8(*buffer); in GetPrintableImpl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDFormatString.cpp309 unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte); in ParseUTF8InvalidSpecifier()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDTextDiagnostic.cpp126 begin + llvm::getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp1754 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()