Home
last modified time | relevance | path

Searched refs:isSeparator (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DSpellChecker.java330 && isSeparator(Character.codePointBefore(editable, selectionStart)); in spellCheck()
357 private static boolean isSeparator(int codepoint) { in isSeparator() method in SpellChecker
859 if (isSeparator(sequence.charAt(position))) { in roundUpToWordStart()
874 if (isSeparator(sequence.charAt(i))) { in findSeparator()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java199 private static boolean isSeparator(char ch) { in isSeparator() method in PhoneNumberUtils
694 if (isSeparator(chA)) { in compareStrictly()
698 if (isSeparator(chB)) { in compareStrictly()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54791 Landroid/telephony/PhoneNumberUtils;->isSeparator(C)Z