Searched refs:isVariationSelector (Results 1 – 5 of 5) sorted by relevance
87 private static boolean isVariationSelector(int codepoint) { in isVariationSelector() method in BaseKeyListener169 } 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()
47 bool isVariationSelector(uint32_t codePoint) { in isVariationSelector() function
61 bool isVariationSelector(uint32_t codePoint);
527 || isVariationSelector(c); in doesNotNeedFontSupport()556 if (!isVariationSelector(variationSelector)) { in hasVariationSelector()772 ch, isVariationSelector(nextCh) ? nextCh : 0, localeListId, familyVariant); in itemize()
55648 Landroid/text/method/BaseKeyListener;->isVariationSelector(I)Z