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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h44 for (size_t i = 0, e = Text.size(); i < e; i += getNumBytesForUTF8(Text[i])) {
97 return getNumBytesForUTF8(FirstChar);
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DConvertUTF.h163 unsigned getNumBytesForUTF8(UTF8 firstByte);
221 unsigned size = getNumBytesForUTF8(**source);
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DConvertUTF.c399 unsigned getNumBytesForUTF8(UTF8 first) { function
H A DUnicode.cpp347 Length = getNumBytesForUTF8(Text[i]);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1476 End = Err + std::min<unsigned>(getNumBytesForUTF8(*Err), End-Err);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp124 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*i]);

Completed in 127 milliseconds