Home
last modified time | relevance | path

Searched refs:gNuConvTestName (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dncnvfbts.c36 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 …]
Dnccbtst.c39 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 …]
Dncnvtst.c38 static char gNuConvTestName[1024]; variable
58 sprintf(gNuConvTestName, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]", in setNuConvTestName()
1223 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertFromU()
1263 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromU()
1288 …Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName); in testConvertFromU()
1322 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromU()
1323 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromU()
1335 log_err("did not get the expected offsets. %s", gNuConvTestName); in testConvertFromU()
1354 log_err("String does not match. %s\n", gNuConvTestName); in testConvertFromU()
1397 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToU()
[all …]
Dnucnvtst.c127 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 …]