HomeSort by relevance Sort by last modified time
    Searched refs:GMOJI_PUA_MIN (Results 1 - 2 of 2) sorted by null

  /external/skia/emoji/
EmojiFont.cpp 87 int32_t pua = GMOJI_PUA_MIN + gGmojiPUA[index];
147 if (unichar >= GMOJI_PUA_MIN && unichar <= GMOJI_PUA_MAX) {
148 // our table is stored relative to GMOJI_PUA_MIN to save space (16bits)
149 uint16_t relative = unichar - GMOJI_PUA_MIN;
gmoji_pua_table.h 136 #define GMOJI_PUA_MIN 0xFE000

Completed in 36 milliseconds