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);
4798 static const UChar pszUnicode[]={ in TestLMBCS() local4926 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()4928 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode); in TestLMBCS()4961 if (memcmp(Out,pszUnicode,sizeof(pszUnicode))) in TestLMBCS()5096 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()5098 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode); in TestLMBCS()5125 if (Out[0] != pszUnicode[codepointCount]){ in TestLMBCS()5127 Out[0], pszUnicode[codepointCount]); in TestLMBCS()5147 UChar UOut [sizeof(pszUnicode)]; in TestLMBCS()5150 UChar UIn [sizeof(pszUnicode)]; in TestLMBCS()[all …]