Home | History | Annotate | Download | only in cintltst

Lines Matching refs:gNuConvTestName

34 static char     gNuConvTestName[1024];
54 sprintf(gNuConvTestName, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]",
1225 log_verbose("\n========= %s\n", gNuConvTestName);
1265 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
1290 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
1324 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
1325 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
1337 log_err("did not get the expected offsets. %s", gNuConvTestName);
1356 log_err("String does not match. %s\n", gNuConvTestName);
1399 log_verbose("\n========= %s\n", gNuConvTestName);
1404 log_data_err("Couldn't open converter %s\n",gNuConvTestName);
1437 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName);
1465 log_err("Problem doing %s toUnicode, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
1504 log_err("did not get the expected offsets. %s",gNuConvTestName);
1526 log_err("String does not match. %s\n", gNuConvTestName);
1527 log_verbose("String does not match. %s\n", gNuConvTestName);