reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/ConvertUTF.h
  178 unsigned getNumBytesForUTF8(UTF8 firstByte);

References

include/llvm/Support/ConvertUTF.h
  251   unsigned size = getNumBytesForUTF8(**source);
lib/Support/Unicode.cpp
  346     Length = getNumBytesForUTF8(Text[i]);
tools/clang/lib/AST/FormatString.cpp
  309   unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte);
tools/clang/lib/Format/Encoding.h
   81     return llvm::getNumBytesForUTF8(FirstChar);
  120     return 1 + llvm::getNumBytesForUTF8(Text[1]);
tools/clang/lib/Frontend/TextDiagnostic.cpp
  126         begin + llvm::getNumBytesForUTF8(SourceLine[*i]);
tools/clang/lib/Lex/LiteralSupport.cpp
 1750   End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err);
tools/lldb/source/DataFormatters/StringPrinter.cpp
  135   unsigned utf8_encoded_len = llvm::getNumBytesForUTF8(*buffer);