Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DEncoding.h45 for (size_t i = 0, e = Text.size(); i < e; i += getNumBytesForUTF8(Text[i])) { in getCodePointCountUTF8()
100 return getNumBytesForUTF8(FirstChar); in getCodePointNumBytes()
139 return 1 + getNumBytesForUTF8(Text[1]); in getEscapeSequenceLength()
/external/llvm/include/llvm/Support/
DConvertUTF.h175 unsigned getNumBytesForUTF8(UTF8 firstByte);
255 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DConvertUTF.h178 unsigned getNumBytesForUTF8(UTF8 firstByte);
251 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/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTF.cpp493 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
/external/clang/lib/Analysis/
DFormatString.cpp276 unsigned NumBytes = getNumBytesForUTF8(FirstByte); in ParseUTF8InvalidSpecifier()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp126 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
/external/clang/lib/Lex/
DLiteralSupport.cpp1562 End = Err + std::min<unsigned>(getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()