Home
last modified time | relevance | path

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

/fatfs-latest/option/
Dffunicode.c15245 WCHAR oem, /* OEM code to be converted */ in ff_oem2uni() argument
15253 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15254 c = oem; in ff_oem2uni()
15258 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()
15312 WCHAR oem, /* OEM code to be converted */ in ff_oem2uni() argument
15321 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15322 c = oem; in ff_oem2uni()
15331 if (oem == p[i * 2]) break; in ff_oem2uni()
15332 if (oem > p[i * 2]) { in ff_oem2uni()
15411 WCHAR oem, /* OEM code to be converted (DBC if >=0x100) */ in ff_oem2uni() argument
[all …]
/fatfs-latest/include/
Dff.h367 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */