Searched refs:draw_table (Results 1 – 1 of 1) sorted by relevance
35 static const char* const draw_table[2][_SPECIAL_GLYPH_MAX] = { in special_glyph() local136 … return draw_table[code >= _SPECIAL_GLYPH_FIRST_EMOJI ? emoji_enabled() : is_locale_utf8()][code]; in special_glyph()