Searched refs:getNumBytesForUTF8 (Results 1 – 9 of 9) 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()
175 unsigned getNumBytesForUTF8(UTF8 firstByte);255 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
178 unsigned getNumBytesForUTF8(UTF8 firstByte);251 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
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()