Home
last modified time | relevance | path

Searched refs:c12 (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
1627 mb_decompose(c2, &c12, &junk, &junk); in cstrncmp()
1629 c2 = c12; in cstrncmp()
1630 if (c11 != c12 in cstrncmp()
1631 && (!rex.reg_ic || utf_fold(c11) != utf_fold(c12))) in cstrncmp()