Searched refs:oem (Results 1 – 2 of 2) sorted by relevance
15249 WCHAR oem, /* OEM code to be converted */ in ff_oem2uni() argument15257 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() argument15325 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 …]
344 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */