Searched refs:pUTF16 (Results 1 – 2 of 2) sorted by relevance
174 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32) in PVRTUnicodeUTF16ToUTF32() argument176 const PVRTuint16* pC = pUTF16; in PVRTUnicodeUTF16ToUTF32()179 while(*++pC && (pC - pUTF16) < MAX_LEN); in PVRTUnicodeUTF16ToUTF32()180 unsigned int uiBufferLen = (unsigned int) (pC - pUTF16); in PVRTUnicodeUTF16ToUTF32()186 pC = pUTF16; in PVRTUnicodeUTF16ToUTF32()198 if(pC + 1 > pUTF16 + uiBufferLen || *pC == 0) in PVRTUnicodeUTF16ToUTF32()273 unsigned int PVRTUnicodeUTF16Length(const PVRTuint16* const pUTF16) in PVRTUnicodeUTF16Length() argument275 const PVRTuint16* pC = pUTF16; in PVRTUnicodeUTF16Length()277 while(*pC && (pC - pUTF16) < MAX_LEN) in PVRTUnicodeUTF16Length()
38 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32);55 unsigned int PVRTUnicodeUTF16Length(const PVRTuint16* const pUTF16);