Home | History | Annotate | Download | only in cintltst

Lines Matching defs:strings

526         log_err("Did not get the expected result for %s with null termniated strings.\n",testName);
536 log_err("Did not get the expected result for %s with null termniated strings with options set.\n", testName);
647 static const UChar strings[][8]={
656 for(i=0; i<LENGTHOF(strings); ++i) {
658 length=uidna_toASCII(strings[i], -1, ascii, LENGTHOF(ascii), 0, NULL, &errorCode);