Searched refs:FF_CODE_PAGE (Results 1 – 4 of 4) sorted by relevance
42 #if FF_CODE_PAGE == 932 || FF_CODE_PAGE == 0 /* Japanese */1898 #if FF_CODE_PAGE == 936 || FF_CODE_PAGE == 0 /* Simplified Chinese */7356 #if FF_CODE_PAGE == 949 || FF_CODE_PAGE == 0 /* Korean */11628 #if FF_CODE_PAGE == 950 || FF_CODE_PAGE == 0 /* Traditional Chinese */15012 #if FF_CODE_PAGE == 437 || FF_CODE_PAGE == 015024 #if FF_CODE_PAGE == 720 || FF_CODE_PAGE == 015036 #if FF_CODE_PAGE == 737 || FF_CODE_PAGE == 015048 #if FF_CODE_PAGE == 771 || FF_CODE_PAGE == 015060 #if FF_CODE_PAGE == 775 || FF_CODE_PAGE == 015072 #if FF_CODE_PAGE == 850 || FF_CODE_PAGE == 0[all …]
73 #define FF_CODE_PAGE CONFIG_FATFS_CODEPAGE macro
529 #if FF_CODE_PAGE == 0 /* Run-time code page configuration */556 #elif FF_CODE_PAGE < 900 /* Static code page configuration (SBCS) */557 #define CODEPAGE FF_CODE_PAGE558 static const BYTE ExCvt[] = MKCVTBL(TBL_CT, FF_CODE_PAGE);561 #define CODEPAGE FF_CODE_PAGE562 static const BYTE DbcTbl[] = MKCVTBL(TBL_DC, FF_CODE_PAGE);703 #if FF_CODE_PAGE == 0 /* Variable code page */ in dbc_1st()708 #elif FF_CODE_PAGE >= 900 /* DBCS fixed code page */ in dbc_1st()723 #if FF_CODE_PAGE == 0 /* Variable code page */ in dbc_2nd()729 #elif FF_CODE_PAGE >= 900 /* DBCS fixed code page */ in dbc_2nd()[all …]
294 Removed ASCII-only configuration, FF_CODE_PAGE = 1. Use FF_CODE_PAGE = 437 instead.295 Added f_setcp(), run-time code page configuration. (FF_CODE_PAGE = 0)