Searched refs:glyphBytes (Results 1 – 1 of 1) sorted by relevance
2921 int glyphBytes = StringUtil.bytesUtf8(s.codePointAt(codepoints)); in truncateStringForUtf8Storage() local2922 if (bytesUsed + glyphBytes > maxbytes) { in truncateStringForUtf8Storage()2925 bytesUsed += glyphBytes; in truncateStringForUtf8Storage()