Searched refs:IS_COMBINING_FUNCTION (Results 1 – 1 of 1) sorted by relevance
75 #if !defined(WCWIDTH_FUNCTION) || !defined(IS_COMBINING_FUNCTION)569 #ifdef IS_COMBINING_FUNCTION571 int IS_COMBINING_FUNCTION(uint32_t codepoint);573 # define IS_COMBINING_FUNCTION vterm_is_combining macro609 return IS_COMBINING_FUNCTION(codepoint); in vterm_unicode_is_combining()