Searched refs:getNumBytesForUTF8 (Results 1 – 11 of 11) sorted by relevance
81 return llvm::getNumBytesForUTF8(FirstChar); in getCodePointNumBytes()120 return 1 + llvm::getNumBytesForUTF8(Text[1]); in getEscapeSequenceLength()
57 getNumBytesForUTF8(PartialUTF8Char[0]) - PartialUTF8Char.size(); in UpdatePosition()78 NumBytes = getNumBytesForUTF8(*Ptr); in UpdatePosition()
422 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
529 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
186 unsigned getNumBytesForUTF8(UTF8 firstByte);259 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
133 Off += getNumBytesForUTF8(Buf->getBuffer()[Off]); in adjustColumnPos()
826 Begin + llvm::getNumBytesForUTF8(*Begin); in pushEscapedString()
174 Off += getNumBytesForUTF8(Buf->getBuffer()[Off]); in adjustColumnPos()
308 unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte); in ParseUTF8InvalidSpecifier()
126 begin + llvm::getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
2148 End = Err + std::min<unsigned>(llvm::getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()