Searched refs:codepointText (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcitertst.c1504 static void showCodepoints(const UChar *codepoints, int length, char * codepointText) { argument
1510 int bytesWritten = sprintf(codepointText, " %04X", *codepoints++);
1514 codepointText += bytesWritten;
1517 sprintf(codepointText, " ...");
1681 char codepointText[5*MAX_CODEPOINTS_TO_SHOW + 5]; local
1682 showCodepoints(codepoints, length, codepointText);
1683 log_err("Locale: %s Code point string: %s\n", collLocale, codepointText);

Completed in 83 milliseconds