Searched refs:pUTF8 (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
H A D | PVRTUnicode.h | 22 (UTF32). If pUTF8 is not null terminated, the results are 24 @param[in] pUTF8 A UTF8 string, which is null terminated. 28 EPVRTError PVRTUnicodeUTF8ToUTF32( const PVRTuint8* const pUTF8, CPVRTArray<PVRTuint32>& aUTF32); 41 @brief Calculates the length of a UTF8 string. If pUTF8 is 43 @param[in] pUTF8 A UTF8 string, which is null terminated. 46 unsigned int PVRTUnicodeUTF8Length(const PVRTuint8* const pUTF8); 59 If pUTF8 is not null terminated, the results are undefined. 60 @param[in] pUTF8 A UTF8 string, which is null terminated. 63 bool PVRTUnicodeValidUTF8(const PVRTuint8* const pUTF8);
|
H A D | PVRTUnicode.cpp | 103 @Input pUTF8 A UTF8 string, which is null terminated. 107 (UTF32). If pUTF8 is not null terminated, the results are 110 EPVRTError PVRTUnicodeUTF8ToUTF32(const PVRTuint8* const pUTF8, CPVRTArray<PVRTuint32>& aUTF32) argument 113 unsigned int uiBytes = (unsigned int) strlen((const char*)pUTF8); 116 const PVRTuint8* pC = pUTF8; 133 if(uiTailLen == 0 || (pC + uiTailLen > pUTF8 + uiBytes)) 222 @Input pUTF8 A UTF8 string, which is null terminated. 224 @Description Calculates the length of a UTF8 string. If pUTF8 is 227 unsigned int PVRTUnicodeUTF8Length(const PVRTuint8* const pUTF8) argument 229 const PVRTuint8* pC = pUTF8; 302 PVRTUnicodeValidUTF8(const PVRTuint8* const pUTF8) argument [all...] |
Completed in 95 milliseconds