Lines Matching defs:out
445 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :",
472 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
473 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
1145 0x00, 0x11, 0x00, 0x00, /* 0x110000 out of range */
1148 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
1149 0x7f, 0xff, 0xff, 0xff, /* 0x7fffffff out of range */
1155 0xfffd, /* 0x110000 out of range */
1159 0xfffd, /* 0xffffffff out of range */
1160 0xfffd, /* 0x7fffffff out of range */
1169 0x00, 0x00, 0xff, 0xfd, /* 0x110000 out of range */
1172 0x00, 0x00, 0xff, 0xfd, /* 0xffffffff out of range */
1173 0x00, 0x00, 0xff, 0xfd, /* 0x7fffffff out of range */
1198 0x00, 0x00, 0x11, 0x00, /* 0x110000 out of range */
1201 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
1202 0xff, 0xff, 0xff, 0x7f, /* 0x7fffffff out of range */
1209 0xfffd, /* 0x110000 out of range */
1213 0xfffd, /* 0xffffffff out of range */
1214 0xfffd, /* 0x7fffffff out of range */
1223 0xfd, 0xff, 0x00, 0x00, /* 0x110000 out of range */
1226 0xfd, 0xff, 0x00, 0x00, /* 0xffffffff out of range */
1227 0xfd, 0xff, 0x00, 0x00, /* 0x7fffffff out of range */
1923 0xf4, 0x90, 0x80, 0x80, /* 0x110000 out of range */
1994 0xf4, 0x90, 0x80, 0x80, /* 0x110000 out of range */
2286 0x00, 0x11, 0x00, 0x00, /* 0x110000 out of range */
2288 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
2289 0x7f, 0xff, 0xff, 0xff, /* 0x7fffffff out of range */
2357 0x00, 0x00, 0x11, 0x00, /* 0x110000 out of range */
2359 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
2360 0xff, 0xff, 0xff, 0x7f, /* 0x7fffffff out of range */
3000 char out[80];
3001 char*target = out;
3034 if(numOffWritten!= (int)(target-out)){
3035 log_err("Jitterbug 930 test for enc: %s failed. Expected: %i Got: %i",enc, (int)(target-out),numOffWritten);
4916 UChar Out [sizeof(pszUnicode) + 1];
4917 UChar * pOut = Out;
4918 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4951 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
5086 UChar Out [sizeof(pszUnicode) + 1];
5087 UChar * pOut = Out;
5088 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5115 if (Out[0] != pszUnicode[codepointCount]){
5117 Out[0], pszUnicode[codepointCount]);
5120 pOut = Out; /* reset for accumulating next code point */
5194 /* running out of target room : U_BUFFER_OVERFLOW_ERROR */
5200 log_err("Unexpected results on out of target room to ucnv_fromUnicode\n");
5209 log_err("Unexpected results on out of target room to ucnv_toUnicode\n");