Searched refs:utf_convert (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dmbyte.c2670 static int utf_convert(int a, convertStruct table[], int tableSize);
2678 utf_convert(a, table, tableSize) function
2711 return utf_convert(a, foldCase, sizeof(foldCase));
3039 return utf_convert(a, toUpper, sizeof(toUpper));
3072 return utf_convert(a, toLower, sizeof(toLower));

Completed in 148 milliseconds