Home | History | Annotate | Download | only in cintltst

Lines Matching defs:Out

457     log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :",
484 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
485 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
1157 0x00, 0x11, 0x00, 0x00, /* 0x110000 out of range */
1160 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
1161 0x7f, 0xff, 0xff, 0xff, /* 0x7fffffff out of range */
1167 0xfffd, /* 0x110000 out of range */
1171 0xfffd, /* 0xffffffff out of range */
1172 0xfffd, /* 0x7fffffff out of range */
1181 0x00, 0x00, 0xff, 0xfd, /* 0x110000 out of range */
1184 0x00, 0x00, 0xff, 0xfd, /* 0xffffffff out of range */
1185 0x00, 0x00, 0xff, 0xfd, /* 0x7fffffff out of range */
1210 0x00, 0x00, 0x11, 0x00, /* 0x110000 out of range */
1213 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
1214 0xff, 0xff, 0xff, 0x7f, /* 0x7fffffff out of range */
1221 0xfffd, /* 0x110000 out of range */
1225 0xfffd, /* 0xffffffff out of range */
1226 0xfffd, /* 0x7fffffff out of range */
1235 0xfd, 0xff, 0x00, 0x00, /* 0x110000 out of range */
1238 0xfd, 0xff, 0x00, 0x00, /* 0xffffffff out of range */
1239 0xfd, 0xff, 0x00, 0x00, /* 0x7fffffff out of range */
1936 0xf4, 0x90, 0x80, 0x80, /* 0x110000 out of range */
2007 0xf4, 0x90, 0x80, 0x80, /* 0x110000 out of range */
2299 0x00, 0x11, 0x00, 0x00, /* 0x110000 out of range */
2301 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
2302 0x7f, 0xff, 0xff, 0xff, /* 0x7fffffff out of range */
2370 0x00, 0x00, 0x11, 0x00, /* 0x110000 out of range */
2372 0xff, 0xff, 0xff, 0xff, /* 0xffffffff out of range */
2373 0xff, 0xff, 0xff, 0x7f, /* 0x7fffffff out of range */
3013 char out[80];
3014 char*target = out;
3047 if(numOffWritten!= (int)(target-out)){
3048 log_err("Jitterbug 930 test for enc: %s failed. Expected: %i Got: %i",enc, (int)(target-out),numOffWritten);
4929 UChar Out [sizeof(pszUnicode) + 1];
4930 UChar * pOut = Out;
4931 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4964 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
5099 UChar Out [sizeof(pszUnicode) + 1];
5100 UChar * pOut = Out;
5101 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5128 if (Out[0] != pszUnicode[codepointCount]){
5130 Out[0], pszUnicode[codepointCount]);
5133 pOut = Out; /* reset for accumulating next code point */
5207 /* running out of target room : U_BUFFER_OVERFLOW_ERROR */
5213 log_err("Unexpected results on out of target room to ucnv_fromUnicode\n");
5222 log_err("Unexpected results on out of target room to ucnv_toUnicode\n");