Searched refs:getNumBytesForUTF8 (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h81 return llvm::getNumBytesForUTF8(FirstChar);
120 return 1 + llvm::getNumBytesForUTF8(Text[1]);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp57 getNumBytesForUTF8(PartialUTF8Char[0]) - PartialUTF8Char.size();
78 NumBytes = getNumBytesForUTF8(*Ptr);
H A DConvertUTF.cpp545 unsigned getNumBytesForUTF8(UTF8 first) { function in namespace:llvm
H A DUnicode.cpp485 Length = getNumBytesForUTF8(Text[i]);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h202 unsigned getNumBytesForUTF8(UTF8 firstByte);
275 unsigned size = getNumBytesForUTF8(**source);
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp134 Off += getNumBytesForUTF8(Buf->getBuffer()[Off]);
H A DDiagnostic.cpp823 Begin + llvm::getNumBytesForUTF8(*Begin);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp124 unsigned CharSize = llvm::getNumBytesForUTF8(*Begin);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp309 unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte);
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2248 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err);

Completed in 101 milliseconds