Home
last modified time | relevance | path

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

/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/
H A Dkonsole_wcwidth.cpp182 static const struct interval emoji_width[] = { in konsole_wcwidth() local
356 if (bisearch(ucs, emoji_width, in konsole_wcwidth()
357 sizeof(emoji_width) / sizeof(struct interval) - 1)) in konsole_wcwidth()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c495 if (p_emoji && intable(emoji_width, ARRAY_SIZE(emoji_width), c)) { in utf_char2cells()