Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/tools/
H A Dunicode.vim106 " Build the foldCase table in a new buffer.
140 file foldCase
141 call setline(1, "static convertStruct foldCase[] =")
447 " Build the foldCase table.
/vim-8.2.3635/src/
H A Dmbyte.c2934 static convertStruct foldCase[] = variable
3176 return utf_convert(a, foldCase, (int)sizeof(foldCase)); in utf_fold()