Lines Matching refs:gNuConvTestName
36 static char gNuConvTestName[1024]; variable
123 sprintf(gNuConvTestName, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]", in setNuConvTestName()
202 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode()
223 log_err("Problem doing toUnicode, errcode %d %s\n", myErrorName(status), gNuConvTestName); in testConvertFromUnicode()
256 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode()
257 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode()
267 log_err("\ndid not get the expected offsets while %s \n", gNuConvTestName); in testConvertFromUnicode()
286 log_err("String does not match. %s\n", gNuConvTestName); in testConvertFromUnicode()
287 log_verbose("String does not match. %s\n", gNuConvTestName); in testConvertFromUnicode()
326 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToUnicode()
331 log_data_err("Couldn't open converter %s\n",gNuConvTestName); in testConvertToUnicode()
364 …rflow the real output buffer while about to call toUnicode! tarjey=%08lx %s",targ,gNuConvTestName); in testConvertToUnicode()
386 log_err("Problem doing toUnicode, errcode %s %s\n", myErrorName(status), gNuConvTestName); in testConvertToUnicode()
421 log_err("\n\ndid not get the expected offsets while %s \n", gNuConvTestName); in testConvertToUnicode()
444 log_err("String does not match. %s\n", gNuConvTestName); in testConvertToUnicode()
445 log_verbose("String does not match. %s\n", gNuConvTestName); in testConvertToUnicode()