Home
last modified time | relevance | path

Searched refs:pszUnicode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp793 const wchar_t* const pszUnicode) in MeasureText() argument
795 _ASSERT(pszUnicode); in MeasureText()
799 PVRTUnicodeUTF16ToUTF32((PVRTuint16*)pszUnicode, m_CachedUTF32); in MeasureText()
802 PVRTuint32* pUTF32 = (PVRTuint32*)pszUnicode; in MeasureText()
DPVRTPrint3D.h234 const wchar_t* const pszUnicode);
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c4788 static const UChar pszUnicode[]={ in TestLMBCS() local
4916 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()
4918 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode); in TestLMBCS()
4951 if (memcmp(Out,pszUnicode,sizeof(pszUnicode))) in TestLMBCS()
5086 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()
5088 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode); in TestLMBCS()
5115 if (Out[0] != pszUnicode[codepointCount]){ in TestLMBCS()
5117 Out[0], pszUnicode[codepointCount]); in TestLMBCS()
5137 UChar UOut [sizeof(pszUnicode)]; in TestLMBCS()
5140 UChar UIn [sizeof(pszUnicode)]; in TestLMBCS()
[all …]