Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/tools/
H A Dunicode.vim63 " Build the toLower or toUpper table in a new buffer.
432 " Build the toLower table.
/vim-8.2.3635/src/
H A Dmbyte.c3179 static convertStruct toLower[] = variable
3603 return utf_convert(a, toLower, (int)sizeof(toLower)); in utf_tolower()