Home
last modified time | relevance | path

Searched refs:isPunctuation (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/method/
H A DWordIterator.java332 return TextUtils.isPunctuation(codePoint); in isAfterPunctuation()
348 return TextUtils.isPunctuation(codePoint); in isOnPunctuation()
/aosp14/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java419 if (Character.isWhitespace(ch2) || isPunctuation(ch2)) { in parseURL()
423 } else if (isPunctuation(ch)) { in parseURL()
589 } else if (isPunctuation(ch)) { in getCharClass()
630 private static boolean isPunctuation(char ch) { in isPunctuation() method in AbstractMessageParser
/aosp14/frameworks/base/core/java/android/text/
H A DTextUtils.java2352 public static boolean isPunctuation(int codePoint) { in isPunctuation() method in TextUtils
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java10176 || TextUtils.isPunctuation(codePointAtEnd))) { in adjustHandwritingDeleteGestureRange()
10197 || TextUtils.isPunctuation(codePointBeforeStart))) { in adjustHandwritingDeleteGestureRange()
14196 if (TextUtils.isPunctuation(Character.codePointAt(text, index))) { in getTextBoundsInfo()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56488 Landroid/text/method/WordIterator;->isPunctuation(I)Z