Searched refs:pszUnicode (Results 1 – 3 of 3) sorted by relevance
793 const wchar_t* const pszUnicode) in MeasureText() argument795 _ASSERT(pszUnicode); in MeasureText()799 PVRTUnicodeUTF16ToUTF32((PVRTuint16*)pszUnicode, m_CachedUTF32); in MeasureText()802 PVRTuint32* pUTF32 = (PVRTuint32*)pszUnicode; in MeasureText()
234 const wchar_t* const pszUnicode);
4788 static const UChar pszUnicode[]={ in TestLMBCS() local4916 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 …]