Home
last modified time | relevance | path

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

/fatfs-latest/option/
Dffunicode.c15228 const WCHAR* p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem() local
15236 for (c = 0; c < 0x80 && uni != p[c]; c++) ; in ff_uni2oem()
15250 const WCHAR* p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni() local
15258 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()
15280 const WCHAR* p; in ff_uni2oem() local
15291 p = CVTBL(uni2oem, FF_CODE_PAGE); in ff_uni2oem()
15296 if (uc == p[i * 2]) break; in ff_uni2oem()
15297 if (uc > p[i * 2]) { in ff_uni2oem()
15303 if (n != 0) c = p[i * 2 + 1]; in ff_uni2oem()
15316 const WCHAR* p; in ff_oem2uni() local
[all …]
/fatfs-latest/
Dff.c743 const TCHAR *p = *str; in tchar2uni() local
748 uc = *p++; /* Get an encoding unit */ in tchar2uni()
750 wc = *p++; /* Get low surrogate */ in tchar2uni()
759 uc = (BYTE)*p++; /* Get an encoding unit */ in tchar2uni()
771 tb = (BYTE)*p++; in tchar2uni()
780 uc = (TCHAR)*p++; /* Get a unit */ in tchar2uni()
788 wc = (BYTE)*p++; /* Get a byte */ in tchar2uni()
790 sb = (BYTE)*p++; /* Get 2nd byte */ in tchar2uni()
801 *str = p; /* Next read pointer */ in tchar2uni()
1262 BYTE *p; in put_fat() local
[all …]