Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c2932 } convertStruct; typedef
2934 static convertStruct foldCase[] =
3140 convertStruct table[], in utf_convert()
3144 int entries = tableSize / sizeof(convertStruct); in utf_convert()
3179 static convertStruct toLower[] =
3357 static convertStruct toUpper[] =
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim98 call setline(1, "static convertStruct to" . a:name . "[] =")
141 call setline(1, "static convertStruct foldCase[] =")