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.cpp310 || isVariationSelector(c); in doesNotNeedFontSupport()
339 if (!isVariationSelector(variationSelector)) { in hasVariationSelector()
421 ch, isVariationSelector(nextCh) ? nextCh : 0, localeListId, familyVariant); in itemize()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75351 Landroid/text/method/BaseKeyListener;->isVariationSelector(I)Z