Home
last modified time | relevance | path

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

/fatfs-latest/option/
Dffunicode.c15517 static const WORD cvt2[] = { /* Compressed up conversion table for U+1000 - U+FFFF */ in ff_wtoupper() local
15565 p = uc < 0x1000 ? cvt1 : cvt2; in ff_wtoupper()