Searched refs:isVariationSelector (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java84 private static boolean isVariationSelector(int codepoint) { method in class:BaseKeyListener
163 } else if (isVariationSelector(codePoint)) {
199 if (isVariationSelector(codePoint)) {
217 if (isVariationSelector(codePoint)) {
239 if (!isVariationSelector(codePoint) &&
256 } else if (isVariationSelector(codePoint)) {
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp352 static bool isVariationSelector(uint32_t c) { function in namespace:android
358 if (!isVariationSelector(variationSelector)) {
422 } else if (isVariationSelector(ch)) {
429 FontFamily* family = getFamilyForChar(ch, isVariationSelector(nextCh) ? nextCh : 0,

Completed in 435 milliseconds