Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro50 int mb_strnicmp(char_u *s1, char_u *s2, size_t nn);
/vim-8.2.3635/src/
H A Dvim.h1664 # define MB_STRICMP(d, s) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)MAXCOL)
1665 # define MB_STRNICMP(d, s, n) mb_strnicmp((char_u *)(d), (char_u *)(s), (int)(n))
H A Dmbyte.c3697 mb_strnicmp(char_u *s1, char_u *s2, size_t nn) in mb_strnicmp() function
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt4184 Solution: In mb_strnicmp() avoid looking past NUL bytes.
11844 Checks in mb_strnicmp() for illegal and truncated bytes are