Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DEncoding.h44 for (size_t i = 0, e = Text.size(); i < e; i += getNumBytesForUTF8(Text[i])) { in getCodePointCountUTF8()
99 return getNumBytesForUTF8(FirstChar); in getCodePointNumBytes()
/external/llvm/include/llvm/Support/
DConvertUTF.h175 unsigned getNumBytesForUTF8(UTF8 firstByte);
233 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
/external/llvm/lib/Support/
DUnicode.cpp347 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
DConvertUTF.c493 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
/external/clang/lib/Frontend/
DTextDiagnostic.cpp126 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
/external/clang/lib/Lex/
DLiteralSupport.cpp1539 End = Err + std::min<unsigned>(getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()