Home
last modified time | relevance | path

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

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