Searched refs:getNumBytesForUTF8 (Results 1 – 14 of 14) sorted by relevance
45 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()
57 getNumBytesForUTF8(PartialUTF8Char[0]) - PartialUTF8Char.size(); in UpdatePosition()78 NumBytes = getNumBytesForUTF8(*Ptr); in UpdatePosition()
485 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
545 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
175 unsigned getNumBytesForUTF8(UTF8 firstByte);255 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
178 unsigned getNumBytesForUTF8(UTF8 firstByte);251 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
202 unsigned getNumBytesForUTF8(UTF8 firstByte);275 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
346 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
519 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
347 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
493 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
276 unsigned NumBytes = getNumBytesForUTF8(FirstByte); in ParseUTF8InvalidSpecifier()
126 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
1562 End = Err + std::min<unsigned>(getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()