Searched refs:isSeparator (Results 1 – 4 of 4) 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()
209 private static boolean isSeparator(char ch) { in isSeparator() method in PhoneNumberUtils704 if (isSeparator(chA)) { in compareStrictly()708 if (isSeparator(chB)) { in compareStrictly()
56971 method protected boolean isSeparator(char);
54148 Landroid/telephony/PhoneNumberUtils;->isSeparator(C)Z