Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java87 private static boolean isVariationSelector(int codepoint) { in isVariationSelector() method in BaseKeyListener
169 } else if (isVariationSelector(codePoint)) { in getOffsetForBackspaceKey()
208 if (isVariationSelector(codePoint)) { in getOffsetForBackspaceKey()
226 if (isVariationSelector(codePoint)) { in getOffsetForBackspaceKey()
250 if (!isVariationSelector(codePoint) && in getOffsetForBackspaceKey()
268 } else if (isVariationSelector(codePoint)) { in getOffsetForBackspaceKey()
/frameworks/minikin/libs/minikin/
DMinikinInternal.cpp47 bool isVariationSelector(uint32_t codePoint) { in isVariationSelector() function
DMinikinInternal.h61 bool isVariationSelector(uint32_t codePoint);
DFontCollection.cpp527 || isVariationSelector(c); in doesNotNeedFontSupport()
556 if (!isVariationSelector(variationSelector)) { in hasVariationSelector()
772 ch, isVariationSelector(nextCh) ? nextCh : 0, localeListId, familyVariant); in itemize()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55648 Landroid/text/method/BaseKeyListener;->isVariationSelector(I)Z