Home
last modified time | relevance | path

Searched refs:draw_table (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Dglyph-util.c35 static const char* const draw_table[2][_SPECIAL_GLYPH_MAX] = { in special_glyph() local
136 … return draw_table[code >= _SPECIAL_GLYPH_FIRST_EMOJI ? emoji_enabled() : is_locale_utf8()][code]; in special_glyph()