Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c15474 static const WORD cvt1[] = { /* Compressed up conversion table for U+0000 - U+0FFF */ in ff_wtoupper() local
15569 p = uc < 0x1000 ? cvt1 : cvt2; in ff_wtoupper()