Searched refs:cp (Results 1 – 3 of 3) sorted by relevance
31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument15224 WORD cp /* Code page for the conversion */ in ff_uni2oem() argument15235 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()15246 WORD cp /* Code page for the conversion */ in ff_oem2uni() argument15257 if (cp == FF_CODE_PAGE) { /* Is it a valid code page? */ in ff_oem2uni()15277 WORD cp /* Code page for the conversion */ in ff_uni2oem() argument15289 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()15313 WORD cp /* Code page for the conversion */ in ff_oem2uni() argument15325 if (cp == FF_CODE_PAGE) { /* Is it valid code page? */ in ff_oem2uni()15360 WORD cp /* Code page for the conversion */ in ff_uni2oem() argument[all …]
334 FRESULT f_setcp (WORD cp); /* Set current code page */336 int f_puts (const TCHAR* str, FIL* cp); /* Put a string to the file */362 WCHAR ff_oem2uni (WCHAR oem, WORD cp); /* OEM code to Unicode conversion */363 WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */
443 #define MKCVTBL(hd, cp) MERGE_2STR(hd, cp) argument6960 WORD cp /* Value to be set as active code page */ argument6968 for (i = 0; validcp[i] != 0 && validcp[i] != cp; i++) ; /* Find the code page */6969 if (validcp[i] != cp) return FR_INVALID_PARAMETER; /* Not found? */6971 CodePage = cp;6972 if (cp >= 900) { /* DBCS */