Home
last modified time | relevance | path

Searched refs:glyphBytes (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DStringUtil.java2921 int glyphBytes = StringUtil.bytesUtf8(s.codePointAt(codepoints)); in truncateStringForUtf8Storage() local
2922 if (bytesUsed + glyphBytes > maxbytes) { in truncateStringForUtf8Storage()
2925 bytesUsed += glyphBytes; in truncateStringForUtf8Storage()