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()
248 if (!isVariationSelector(codePoint) && in getOffsetForBackspaceKey()
266 } else if (isVariationSelector(codePoint)) { in getOffsetForBackspaceKey()
/frameworks/minikin/libs/minikin/
DMinikinInternal.cpp44 bool isVariationSelector(uint32_t codePoint) { in isVariationSelector() function
DMinikinInternal.h56 bool isVariationSelector(uint32_t codePoint);
DFontCollection.cpp399 || isVariationSelector(c); in doesNotNeedFontSupport()
428 if (!isVariationSelector(variationSelector)) { in hasVariationSelector()
543 ch, isVariationSelector(nextCh) ? nextCh : 0, localeListId, familyVariant); in itemize()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59614 Landroid/text/method/BaseKeyListener;->isVariationSelector(I)Z