Searched refs:unicodePreservingIndex (Results 1 – 1 of 1) sorted by relevance
3019 public static int unicodePreservingIndex(String str, int index) { in unicodePreservingIndex() method3061 return str.substring(unicodePreservingIndex(str, begin), in unicodePreservingSubstring()3062 unicodePreservingIndex(str, end)); in unicodePreservingSubstring()