Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DStringUtil.java2906 public static String truncateStringForUtf8Storage(String str, int maxbytes) { in truncateStringForUtf8Storage() argument
2907 if (maxbytes < 0) { in truncateStringForUtf8Storage()
2922 if (bytesUsed + glyphBytes > maxbytes) { in truncateStringForUtf8Storage()