Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DEncoding.h81 return llvm::getNumBytesForUTF8(FirstChar); in getCodePointNumBytes()
120 return 1 + llvm::getNumBytesForUTF8(Text[1]); in getEscapeSequenceLength()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormattedStream.cpp57 getNumBytesForUTF8(PartialUTF8Char[0]) - PartialUTF8Char.size(); in UpdatePosition()
78 NumBytes = getNumBytesForUTF8(*Ptr); in UpdatePosition()
H A DUnicode.cpp348 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
H A DConvertUTF.cpp519 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DConvertUTF.h178 unsigned getNumBytesForUTF8(UTF8 firstByte);
251 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp174 Off += getNumBytesForUTF8(Buf->getBuffer()[Off]); in adjustColumnPos()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp309 unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte); in ParseUTF8InvalidSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp126 begin + llvm::getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1803 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()