Home
last modified time | relevance | path

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

/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/fatfs/source/
H A Dffunicode.c39 static const WCHAR uni2oem932[] = { /* Unicode --> Shift_JIS pairs */ variable
15384 case 932 : p = uni2oem932; hi = sizeof uni2oem932 / 4 - 1; break; in ff_uni2oem()
/dports/lang/micropython/micropython-1.17/lib/oofatfs/
H A Dffunicode.c418 case 932 : p = uni2oem932; hi = sizeof uni2oem932 / 4 - 1; break; in ff_uni2oem()