Searched refs:p (Results 1 – 2 of 2) sorted by relevance
15228 const WCHAR* p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem() local15236 for (c = 0; c < 0x80 && uni != p[c]; c++) ; in ff_uni2oem()15250 const WCHAR* p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni() local15258 if (oem < 0x100) c = p[oem - 0x80]; in ff_oem2uni()15280 const WCHAR* p; in ff_uni2oem() local15291 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 …]
743 const TCHAR *p = *str; in tchar2uni() local748 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 …]