Home | History | Annotate | Download | only in cintltst

Lines Matching refs:pszUnicode

4798     static const UChar pszUnicode[]={
4926 UChar Out [sizeof(pszUnicode) + 1];
4928 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode);
4961 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
5096 UChar Out [sizeof(pszUnicode) + 1];
5098 UChar * OutLimit = Out + UPRV_LENGTHOF(pszUnicode);
5125 if (Out[0] != pszUnicode[codepointCount]){
5127 Out[0], pszUnicode[codepointCount]);
5147 UChar UOut [sizeof(pszUnicode)];
5150 UChar UIn [sizeof(pszUnicode)];
5206 pUIn = pszUnicode;
5207 ucnv_fromUnicode(cnv, &pLOut,pLOut+offsets[4],&pUIn,pUIn+UPRV_LENGTHOF(pszUnicode),off,FALSE, &errorCode);
5208 if (errorCode != U_BUFFER_OVERFLOW_ERROR || pLOut != LOut + offsets[4] || pUIn != pszUnicode+4 )