Searched refs:mb_strnicmp (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 50 int mb_strnicmp(char_u *s1, char_u *s2, size_t nn);
|
| /vim-8.2.3635/src/ |
| H A D | vim.h | 1664 # 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 D | mbyte.c | 3697 mb_strnicmp(char_u *s1, char_u *s2, size_t nn) in mb_strnicmp() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 4184 Solution: In mb_strnicmp() avoid looking past NUL bytes. 11844 Checks in mb_strnicmp() for illegal and truncated bytes are
|