Searched refs:ff_uni2oem (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/fatfs/src/ |
D | ffunicode.c | 15226 WCHAR ff_uni2oem ( /* Returns OEM code character, zero on error */ in ff_uni2oem() function 15279 WCHAR ff_uni2oem ( /* Returns OEM code character, zero on error */ in ff_uni2oem() function 15362 WCHAR ff_uni2oem ( /* Returns OEM code character, zero on error */ in ff_uni2oem() function
|
D | ff.h | 345 WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */
|
D | ff.c | 888 wc = ff_uni2oem(chr, CODEPAGE); in put_utf() 2907 wc = ff_uni2oem(wc, CODEPAGE); /* Unicode ==> ANSI/OEM code */ 2910 wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Upper convert ==> ANSI/OEM code */ 2913 wc = ff_uni2oem(wc, CODEPAGE); /* Unicode ==> ANSI/OEM code */ 2916 wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Upper convert ==> ANSI/OEM code */ 5295 wc = (dc < 0x10000) ? ff_uni2oem(ff_wtoupper(dc), CODEPAGE) : 0; 6342 wc = ff_uni2oem(wc, CODEPAGE); /* UTF-16 ==> ANSI/OEM */
|