Searched refs:pszUnicode (Results 1 – 1 of 1) sorted by relevance
4817 static const UChar pszUnicode[]={ in TestLMBCS() local4945 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()4947 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode); in TestLMBCS()4980 if (memcmp(Out,pszUnicode,sizeof(pszUnicode))) in TestLMBCS()5115 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()5117 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode); in TestLMBCS()5144 if (Out[0] != pszUnicode[codepointCount]){ in TestLMBCS()5146 Out[0], pszUnicode[codepointCount]); in TestLMBCS()5166 UChar UOut [sizeof(pszUnicode)]; in TestLMBCS()5169 UChar UIn [sizeof(pszUnicode)]; in TestLMBCS()[all …]