Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java209 private static boolean isSeparator(char ch) { in isSeparator() method in PhoneNumberUtils
704 if (isSeparator(chA)) { in compareStrictly()
708 if (isSeparator(chB)) { in compareStrictly()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt56971 method protected boolean isSeparator(char);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54148 Landroid/telephony/PhoneNumberUtils;->isSeparator(C)Z