Searched refs:isSeparator (Results 1 – 3 of 3) sorted by relevance
330 && isSeparator(Character.codePointBefore(editable, selectionStart)); in spellCheck()357 private static boolean isSeparator(int codepoint) { in isSeparator() method in SpellChecker859 if (isSeparator(sequence.charAt(position))) { in roundUpToWordStart()874 if (isSeparator(sequence.charAt(i))) { in findSeparator()
199 private static boolean isSeparator(char ch) { in isSeparator() method in PhoneNumberUtils694 if (isSeparator(chA)) { in compareStrictly()698 if (isSeparator(chB)) { in compareStrictly()
54791 Landroid/telephony/PhoneNumberUtils;->isSeparator(C)Z