Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTUnicode.cpp174 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32) in PVRTUnicodeUTF16ToUTF32() argument
176 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() argument
275 const PVRTuint16* pC = pUTF16; in PVRTUnicodeUTF16Length()
277 while(*pC && (pC - pUTF16) < MAX_LEN) in PVRTUnicodeUTF16Length()
DPVRTUnicode.h38 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32);
55 unsigned int PVRTUnicodeUTF16Length(const PVRTuint16* const pUTF16);