Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTUnicode.cpp110 EPVRTError PVRTUnicodeUTF8ToUTF32(const PVRTuint8* const pUTF8, CPVRTArray<PVRTuint32>& aUTF32) … in PVRTUnicodeUTF8ToUTF32() argument
113 unsigned int uiBytes = (unsigned int) strlen((const char*)pUTF8); in PVRTUnicodeUTF8ToUTF32()
116 const PVRTuint8* pC = pUTF8; in PVRTUnicodeUTF8ToUTF32()
133 if(uiTailLen == 0 || (pC + uiTailLen > pUTF8 + uiBytes)) in PVRTUnicodeUTF8ToUTF32()
227 unsigned int PVRTUnicodeUTF8Length(const PVRTuint8* const pUTF8) in PVRTUnicodeUTF8Length() argument
229 const PVRTuint8* pC = pUTF8; in PVRTUnicodeUTF8Length()
302 bool PVRTUnicodeValidUTF8(const PVRTuint8* const pUTF8) in PVRTUnicodeValidUTF8() argument
305 unsigned int uiBytes = (unsigned int) strlen((const char*)pUTF8); in PVRTUnicodeValidUTF8()
306 const PVRTuint8* pC = pUTF8; in PVRTUnicodeValidUTF8()
320 if(uiTailLen == 0 || (pC + uiTailLen > pUTF8 + uiBytes)) in PVRTUnicodeValidUTF8()
DPVRTUnicode.h28 EPVRTError PVRTUnicodeUTF8ToUTF32( const PVRTuint8* const pUTF8, CPVRTArray<PVRTuint32>& aUTF32);
46 unsigned int PVRTUnicodeUTF8Length(const PVRTuint8* const pUTF8);
63 bool PVRTUnicodeValidUTF8(const PVRTuint8* const pUTF8);