Home
last modified time | relevance | path

Searched refs:toUpper (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.
435 " Build the toUpper table.
/vim-8.2.3635/src/
H A Dmbyte.c3357 static convertStruct toUpper[] = variable
3571 return utf_convert(a, toUpper, (int)sizeof(toUpper)); in utf_toupper()