Searched refs:unicodePreservingSubstring (Results 1 – 1 of 1) sorted by relevance
2947 String str = unicodePreservingSubstring(source, 0, maxLength); in truncateIfNecessary()2997 return unicodePreservingSubstring(source, 0, maxLength - 3) + "..."; in truncateAtMaxLength()2999 return unicodePreservingSubstring(source, 0, maxLength); in truncateAtMaxLength()3059 public static String unicodePreservingSubstring( in unicodePreservingSubstring() method3073 public static String unicodePreservingSubstring(String str, int begin) { in unicodePreservingSubstring() method3074 return unicodePreservingSubstring(str, begin, str.length()); in unicodePreservingSubstring()