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 …]
737 const TCHAR *p = *str; in tchar2uni() local742 uc = *p++; /* Get a unit */ in tchar2uni()744 wc = *p++; /* Get low surrogate */ in tchar2uni()753 uc = (BYTE)*p++; /* Get an encoding unit */ in tchar2uni()765 b = (BYTE)*p++; in tchar2uni()774 uc = (TCHAR)*p++; /* Get a unit */ in tchar2uni()782 wc = (BYTE)*p++; /* Get a byte */ in tchar2uni()784 b = (BYTE)*p++; /* Get 2nd byte */ in tchar2uni()795 *str = p; /* Next read pointer */ in tchar2uni()1216 BYTE *p; in put_fat() local[all …]