Home | History | Annotate | Download | only in cintltst

Lines Matching refs:Out

415     log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :",
442 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
443 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
1115 0x00, 0x11, 0x00, 0x00, /* 0x110000 out of range */
1118 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
1119 0x7f, 0xff, 0xff, 0xff, /* 0x7fffffff out of range */
1125 0xfffd, /* 0x110000 out of range */
1129 0xfffd, /* 0xffffffff out of range */
1130 0xfffd, /* 0x7fffffff out of range */
1139 0x00, 0x00, 0xff, 0xfd, /* 0x110000 out of range */
1142 0x00, 0x00, 0xff, 0xfd, /* 0xffffffff out of range */
1143 0x00, 0x00, 0xff, 0xfd, /* 0x7fffffff out of range */
1168 0x00, 0x00, 0x11, 0x00, /* 0x110000 out of range */
1171 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
1172 0xff, 0xff, 0xff, 0x7f, /* 0x7fffffff out of range */
1179 0xfffd, /* 0x110000 out of range */
1183 0xfffd, /* 0xffffffff out of range */
1184 0xfffd, /* 0x7fffffff out of range */
1193 0xfd, 0xff, 0x00, 0x00, /* 0x110000 out of range */
1196 0xfd, 0xff, 0x00, 0x00, /* 0xffffffff out of range */
1197 0xfd, 0xff, 0x00, 0x00, /* 0x7fffffff out of range */
1890 0xf4, 0x90, 0x80, 0x80, /* 0x110000 out of range */
1962 0xf4, 0x90, 0x80, 0x80, /* 0x110000 out of range */
2257 0x00, 0x11, 0x00, 0x00, /* 0x110000 out of range */
2259 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
2260 0x7f, 0xff, 0xff, 0xff, /* 0x7fffffff out of range */
2328 0x00, 0x00, 0x11, 0x00, /* 0x110000 out of range */
2330 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
2331 out of range */
2915 char out[80];
2916 char*target = out;
2949 if(numOffWritten!= (int)(target-out)){
2950 log_err("Jitterbug 930 test for enc: %s failed. Expected: %i Got: %i",enc, (int)(target-out),numOffWritten);
4815 UChar Out [sizeof(pszUnicode) + 1];
4816 UChar * pOut = Out;
4817 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4850 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
4985 UChar Out [sizeof(pszUnicode) + 1];
4986 UChar * pOut = Out;
4987 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5014 if (Out[0] != pszUnicode[codepointCount]){
5016 Out[0], pszUnicode[codepointCount]);
5019 pOut = Out; /* reset for accumulating next code point */
5090 /* running out of target room : U_BUFFER_OVERFLOW_ERROR */
5096 log_err("Unexpected results on out of target room to ucnv_fromUnicode\n");
5105 log_err("Unexpected results on out of target room to ucnv_toUnicode\n");