Home
last modified time | relevance | path

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

/fatfs-latest/option/
Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) macro
15228 const WCHAR* p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem()
15250 const WCHAR* p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni()
15291 p = CVTBL(uni2oem, FF_CODE_PAGE); in ff_uni2oem()
15292 hi = sizeof CVTBL(uni2oem, FF_CODE_PAGE) / 4 - 1; in ff_uni2oem()
15326 p = CVTBL(oem2uni, FF_CODE_PAGE); in ff_oem2uni()
15327 hi = sizeof CVTBL(oem2uni, FF_CODE_PAGE) / 4 - 1; in ff_oem2uni()