OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMOJI_PUA_COUNT
(Results
1 - 2
of
2
) sorted by null
/external/skia/emoji/
EmojiFont.cpp
62
static EncodeDataRec gGmojiEncodeData[
GMOJI_PUA_COUNT
] = {};
69
if ((unsigned)index >=
GMOJI_PUA_COUNT
) {
150
int index = SkTSearch<uint16_t>(gGmojiPUA,
GMOJI_PUA_COUNT
, relative,
gmoji_pua_table.h
138
#define
GMOJI_PUA_COUNT
(sizeof(gGmojiPUA) / sizeof(gGmojiPUA[0]))
139
//
GMOJI_PUA_COUNT
should be 805
Completed in 38 milliseconds