Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.c1608 int c1, c2, c11, c12; in cstrncmp() local
1626 mb_decompose(c1, &c11, &junk, &junk); in cstrncmp()
1628 c1 = c11; in cstrncmp()
1630 if (c11 != c12 in cstrncmp()
1631 && (!rex.reg_ic || utf_fold(c11) != utf_fold(c12))) in cstrncmp()