Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h81 return llvm::getNumBytesForUTF8(FirstChar); in getCodePointNumBytes()
120 return 1 + llvm::getNumBytesForUTF8(Text[1]); in getEscapeSequenceLength()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DConvertUTF.h179 unsigned getNumBytesForUTF8(UTF8 firstByte);
252 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DUnicode.cpp347 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
H A DConvertUTF.cpp520 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp135 unsigned utf8_encoded_len = llvm::getNumBytesForUTF8(*buffer); in GetPrintableImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp307 unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte); in ParseUTF8InvalidSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp127 begin + llvm::getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1748 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()