Searched refs:maxbytes (Results 1 – 1 of 1) sorted by relevance
387 public static String truncateStringForUtf8Storage(String str, int maxbytes) { in truncateStringForUtf8Storage() argument388 if (maxbytes < 0) { in truncateStringForUtf8Storage()405 i += (bytes > maxbytes) ? 0 : 1; in truncateStringForUtf8Storage()407 if (bytes > maxbytes) { in truncateStringForUtf8Storage()