Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c35 #define CVTBL(tbl, cp) MERGE2(tbl, cp) macro
15232 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem()
15254 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni()
15295 p = CVTBL(uni2oem, FF_CODE_PAGE); in ff_uni2oem()
15296 hi = sizeof CVTBL(uni2oem, FF_CODE_PAGE) / 4 - 1; in ff_uni2oem()
15330 p = CVTBL(oem2uni, FF_CODE_PAGE); in ff_oem2uni()
15331 hi = sizeof CVTBL(oem2uni, FF_CODE_PAGE) / 4 - 1; in ff_oem2uni()