Home
last modified time | relevance | path

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

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