Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dprint.c294 const u8 *pChar; in PRi_SplitCharShiftJIS() local
300 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()