Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dffunicode.c15244 WCHAR ff_oem2uni ( /* Returns Unicode character in UTF-16, zero on error */ in ff_oem2uni() function
15311 WCHAR ff_oem2uni ( /* Returns Unicode character in UTF-16, zero on error */ in ff_oem2uni() function
15410 WCHAR ff_oem2uni ( /* Returns Unicode character in UTF-16, zero on error */ in ff_oem2uni() function
Dff.h530 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */
Dff.c640 wc = ff_oem2uni(wc, CODEPAGE); /* ANSI/OEM ==> Unicode */ in tchar2uni()
2196 wc = ff_oem2uni(wc, CODEPAGE); /* ANSI/OEM -> Unicode */ in get_fileinfo()
5146 wc = ff_oem2uni(wc, CODEPAGE); /* Convert it into Unicode */
6421 dc = ff_oem2uni(wc, CODEPAGE); /* OEM --> */