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.c4798 static const UChar pszUnicode[]={ in TestLMBCS() local
4926 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 …]