Lines Matching refs:pszUnicode
4788 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()
5196 pUIn = pszUnicode; in TestLMBCS()
5197 …ucnv_fromUnicode(cnv, &pLOut,pLOut+offsets[4],&pUIn,pUIn+UPRV_LENGTHOF(pszUnicode),off,FALSE, &err… in TestLMBCS()
5198 … if (errorCode != U_BUFFER_OVERFLOW_ERROR || pLOut != LOut + offsets[4] || pUIn != pszUnicode+4 ) in TestLMBCS()