Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bytesWritten

1508         int bytesWritten = sprintf(codepointText, " %04X", *codepoints++);
1509 if (bytesWritten <= 0) {
1512 codepointText += bytesWritten;