Searched refs:getNumBytesForUTF8 (Results 1 – 6 of 6) sorted by relevance
44 for (size_t i = 0, e = Text.size(); i < e; i += getNumBytesForUTF8(Text[i])) { in getCodePointCountUTF8()99 return getNumBytesForUTF8(FirstChar); in getCodePointNumBytes()
175 unsigned getNumBytesForUTF8(UTF8 firstByte);233 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence()
347 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
493 unsigned getNumBytesForUTF8(UTF8 first) { in getNumBytesForUTF8() function
126 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*i]); in printableTextForNextCharacter()
1539 End = Err + std::min<unsigned>(getNumBytesForUTF8(*Err), End-Err); in resyncUTF8()