Searched refs:aUTF32 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTUnicode.h25 @param[out] aUTF32 An array of Unicode code points.
28 EPVRTError PVRTUnicodeUTF8ToUTF32( const PVRTuint8* const pUTF8, CPVRTArray<PVRTuint32>& aUTF32);
35 @param[out] aUTF32 An array of Unicode code points.
38 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32);
H A DPVRTUnicode.cpp104 @Output aUTF32 An array of Unicode code points.
110 EPVRTError PVRTUnicodeUTF8ToUTF32(const PVRTuint8* const pUTF8, CPVRTArray<PVRTuint32>& aUTF32) argument
122 aUTF32.Append(*pC++);
159 aUTF32.Append(c32);
168 @Output aUTF32 An array of Unicode code points.
174 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32) argument
214 aUTF32.Append(c32);

Completed in 201 milliseconds