Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro42 int utf_class(int c);
/vim-8.2.3635/src/
H A Dspell.c2724 return spell_mb_isword_class(utf_class(*s), wp); in spell_iswordp_w()
3149 if (enc_utf8 ? utf_class(c) == 0 : VIM_ISWHITE(c)) in spell_soundfold_sofo()
3515 if (enc_utf8 ? utf_class(c) == 0 : VIM_ISWHITE(c)) in spell_soundfold_wsal()
H A Dtextobject.c338 c = utf_class(c); in cls()
H A Dmbyte.c2782 utf_class(int c) in utf_class() function