OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gNuConvTestName
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/cintltst/
ncnvfbts.c
34
static char
gNuConvTestName
[1024];
121
sprintf(
gNuConvTestName
, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]",
200
log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ,
gNuConvTestName
);
221
log_err("Problem doing toUnicode, errcode %d %s\n", myErrorName(status),
gNuConvTestName
);
254
log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout,
gNuConvTestName
);
255
log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout,
gNuConvTestName
);
265
log_err("\ndid not get the expected offsets while %s \n",
gNuConvTestName
);
284
log_err("String does not match. %s\n",
gNuConvTestName
);
285
log_verbose("String does not match. %s\n",
gNuConvTestName
);
324
log_verbose("\n========= %s\n",
gNuConvTestName
);
[
all
...]
ncnvtst.c
33
static char
gNuConvTestName
[1024];
54
sprintf(
gNuConvTestName
, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]",
[
all
...]
nccbtst.c
35
static char
gNuConvTestName
[1024];
75
sprintf(
gNuConvTestName
, "[testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]",
[
all
...]
nucnvtst.c
120
static char
gNuConvTestName
[1024];
357
sprintf(
gNuConvTestName
, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]",
400
log_verbose("\n========= %s\n",
gNuConvTestName
);
434
log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ,
gNuConvTestName
);
453
log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status),
gNuConvTestName
);
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
);
496
log_err("did not get the expected offsets. %s\n",
gNuConvTestName
);
517
log_err("String does not match u->%s\n",
gNuConvTestName
);
559
log_verbose("\n========= %s\n",
gNuConvTestName
);
[
all
...]
Completed in 2133 milliseconds