Searched refs:pChar (Results 1 – 1 of 1) sorted by relevance
294 const u8 *pChar; in PRi_SplitCharShiftJIS() local300 pChar = (const u8 *)*ppChar; in PRi_SplitCharShiftJIS()302 if (IsSjisLeadByte(*pChar)) in PRi_SplitCharShiftJIS()304 c = (u16)(((*pChar) << 8) | (*(pChar + 1))); in PRi_SplitCharShiftJIS()309 c = *pChar; in PRi_SplitCharShiftJIS()