Searched refs:pszUnicode (Results 1 – 1 of 1) sorted by relevance
4786 static const UChar pszUnicode[]={ in TestLMBCS() local4914 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()4916 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar); in TestLMBCS()4949 if (memcmp(Out,pszUnicode,sizeof(pszUnicode))) in TestLMBCS()5084 UChar Out [sizeof(pszUnicode) + 1]; in TestLMBCS()5086 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar); in TestLMBCS()5113 if (Out[0] != pszUnicode[codepointCount]){ in TestLMBCS()5115 Out[0], pszUnicode[codepointCount]); in TestLMBCS()5135 UChar UOut [sizeof(pszUnicode)]; in TestLMBCS()5138 UChar UIn [sizeof(pszUnicode)]; in TestLMBCS()[all …]