Home | History | Annotate | Download | only in src

Lines Matching refs:vterm_unicode_is_combining

229   if(vterm_unicode_is_combining(codepoints[i])) {
246 while(i < npoints && vterm_unicode_is_combining(codepoints[i])) {
274 if(!vterm_unicode_is_combining(codepoints[glyph_ends]))