Home
last modified time | relevance | path

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

/AliOS-Things-master/components/fatfs/src/
A Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) macro
5525 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem()
5546 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni()
5585 p = CVTBL(uni2oem, FF_CODE_PAGE); in ff_uni2oem()
5586 hi = sizeof CVTBL(uni2oem, FF_CODE_PAGE) / 4 - 1; in ff_uni2oem()
5619 p = CVTBL(oem2uni, FF_CODE_PAGE); in ff_oem2uni()
5620 hi = sizeof CVTBL(oem2uni, FF_CODE_PAGE) / 4 - 1; in ff_oem2uni()
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dffunicode.c35 #define CVTBL(tbl, cp) MERGE2(tbl, cp) macro
262 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem()
284 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni()
325 p = CVTBL(uni2oem, FF_CODE_PAGE); in ff_uni2oem()
326 hi = sizeof CVTBL(uni2oem, FF_CODE_PAGE) / 4 - 1; in ff_uni2oem()
360 p = CVTBL(oem2uni, FF_CODE_PAGE); in ff_oem2uni()
361 hi = sizeof CVTBL(oem2uni, FF_CODE_PAGE) / 4 - 1; in ff_oem2uni()

Completed in 21 milliseconds