Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c15248 WCHAR ff_oem2uni ( /* Returns Unicode character, zero on error */ in ff_oem2uni() function
15315 WCHAR ff_oem2uni ( /* Returns Unicode character, zero on error */ in ff_oem2uni() function
15414 WCHAR ff_oem2uni ( /* Returns Unicode character, zero on error */ in ff_oem2uni() function
Dff.h344 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
Dff.c806 wc = ff_oem2uni(wc, CODEPAGE); /* ANSI/OEM ==> Unicode */ in tchar2uni()
2698 wc = ff_oem2uni(wc, CODEPAGE); /* ANSI/OEM -> Unicode */
5201 wc = ff_oem2uni(wc, CODEPAGE); /* Convert it into Unicode */
6124 dc = ff_oem2uni(wc, CODEPAGE);