Searched refs:isVariationSelector (Results 1 – 2 of 2) 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()
56291 Landroid/text/method/BaseKeyListener;->isVariationSelector(I)Z