Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c43 static const WCHAR uni2oem932[] = { /* Unicode --> Shift_JIS pairs */ variable
15388 case 932 : p = uni2oem932; hi = sizeof uni2oem932 / 4 - 1; break; in ff_uni2oem()