Searched refs:intable (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | mbyte.c | 1138 intable(struct interval *table, size_t size, int c) in intable() function 1588 if (intable(doublewidth, sizeof(doublewidth), c)) in utf_char2cells() 1591 if (p_emoji && intable(emoji_wide, sizeof(emoji_wide), c)) in utf_char2cells() 1599 if (c >= 0x80 && *p_ambw == 'd' && intable(ambiguous, sizeof(ambiguous), c)) in utf_char2cells() 2591 return intable(combining, sizeof(combining), c); in utf_iscomposing() 2616 return !intable(nonprint, sizeof(nonprint), c); in utf_printable() 2886 if (intable(emoji_all, sizeof(emoji_all), c)) in utf_class_buf() 2908 return c >= 0x80 && (intable(ambiguous, sizeof(ambiguous), c) in utf_ambiguous_width() 2909 || intable(emoji_all, sizeof(emoji_all), c)); in utf_ambiguous_width()
|