Searched refs:pszUnicode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c4783 static const UChar pszUnicode[]={ local
4911 UChar Out [sizeof(pszUnicode) + 1];
4913 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4946 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
5081 UChar Out [sizeof(pszUnicode) + 1];
5083 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5110 if (Out[0] != pszUnicode[codepointCount]){
5112 Out[0], pszUnicode[codepointCount]);
5132 UChar UOut [sizeof(pszUnicode)];
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c4788 static const UChar pszUnicode[]={ local
4916 UChar Out [sizeof(pszUnicode) + 1];
4918 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4951 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
5086 UChar Out [sizeof(pszUnicode) + 1];
5088 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5115 if (Out[0] != pszUnicode[codepointCount]){
5117 Out[0], pszUnicode[codepointCount]);
5137 UChar UOut [sizeof(pszUnicode)];
[all...]

Completed in 1840 milliseconds