Home | History | Annotate | Download | only in dumpce

Lines Matching refs:utf8

842     char       utf8[64];
849 u_strToUTF8(utf8, 64, &length, nfc, length, &error);
851 fprintf(stdout, "Error converting UChar to utf8\n");
855 fprintf(OUTPUT_, "%s<br>", utf8);