Searched refs:gNuConvTestName (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 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() [all …]
|
D | nccbtst.c | 39 static char gNuConvTestName[1024]; variable 79 sprintf(gNuConvTestName, "[testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]", in setNuConvTestName() 2710 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode() 2748 log_err("Problem in fromUnicode, errcode %s %s\n", myErrorName(status), gNuConvTestName); in testConvertFromUnicode() 2779 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode() 2780 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode() 2790 log_err("did not get the expected offsets while %s \n", gNuConvTestName); in testConvertFromUnicode() 2807 log_verbose("String matches! %s\n", gNuConvTestName); in testConvertFromUnicode() 2812 log_err("String does not match. %s\n", gNuConvTestName); in testConvertFromUnicode() 2857 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToUnicode() [all …]
|
D | ncnvtst.c | 36 static char gNuConvTestName[1024]; variable 56 sprintf(gNuConvTestName, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]", in setNuConvTestName() 1221 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertFromU() 1261 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromU() 1286 …Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName); in testConvertFromU() 1320 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromU() 1321 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromU() 1333 log_err("did not get the expected offsets. %s", gNuConvTestName); in testConvertFromU() 1352 log_err("String does not match. %s\n", gNuConvTestName); in testConvertFromU() 1395 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToU() [all …]
|
D | nucnvtst.c | 127 static char gNuConvTestName[1024]; variable 345 sprintf(gNuConvTestName, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]", in setNuConvTestName() 388 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertFromU() 422 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromU() 441 …Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName); in testConvertFromU() 472 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromU() 473 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromU() 484 log_err("did not get the expected offsets. %s\n", gNuConvTestName); in testConvertFromU() 505 log_err("String does not match u->%s\n", gNuConvTestName); in testConvertFromU() 547 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToU() [all …]
|