Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c15249 WCHAR oem, /* OEM code to be converted */ in ff_oem2uni() argument
15257 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15258 c = oem; in ff_oem2uni()
15262 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()
15316 WCHAR oem, /* OEM code to be converted */ in ff_oem2uni() argument
15325 if (oem < 0x80) { /* ASCII? */ in ff_oem2uni()
15326 c = oem; in ff_oem2uni()
15335 if (oem == p[i * 2]) break; in ff_oem2uni()
15336 if (oem > p[i * 2]) { in ff_oem2uni()
15415 WCHAR oem, /* OEM code to be converted (DBC if >=0x100) */ in ff_oem2uni() argument
[all …]
Dff.h344 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */