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()248 if (!isVariationSelector(codePoint) && in getOffsetForBackspaceKey()266 } else if (isVariationSelector(codePoint)) { in getOffsetForBackspaceKey()
44 bool isVariationSelector(uint32_t codePoint) { in isVariationSelector() function
56 bool isVariationSelector(uint32_t codePoint);
310 || isVariationSelector(c); in doesNotNeedFontSupport()339 if (!isVariationSelector(variationSelector)) { in hasVariationSelector()421 ch, isVariationSelector(nextCh) ? nextCh : 0, localeListId, familyVariant); in itemize()
75351 Landroid/text/method/BaseKeyListener;->isVariationSelector(I)Z