Home
last modified time | relevance | path

Searched refs:dbcs_class (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro8 int dbcs_class(unsigned lead, unsigned trail);
/vim-8.2.3635/src/
H A Dmbyte.c846 return dbcs_class(p[0], p[1]); in mb_get_class_buf()
857 dbcs_class(unsigned lead, unsigned trail) in dbcs_class() function
H A Dtextobject.c334 return dbcs_class(((unsigned)c >> 8), (c & 0xFF)); in cls()
H A Dcharset.c862 return dbcs_class((unsigned)c >> 8, (unsigned)(c & 0xff)) >= 2; in vim_iswordc_buf()
H A Dspell.c2727 dbcs_class((unsigned)*s >> 8, *s & 0xff), wp); in spell_iswordp_w()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt4120 - dbcs_class() only works for Japanese and Korean. Implement this for