Lines Matching full:codepointtext
1504 static void showCodepoints(const UChar *codepoints, int length, char * codepointText) {
1510 int bytesWritten = sprintf(codepointText, " %04X", *codepoints++);
1514 codepointText += bytesWritten;
1517 sprintf(codepointText, " ...");
1681 char codepointText[5*MAX_CODEPOINTS_TO_SHOW + 5];
1682 showCodepoints(codepoints, length, codepointText);
1683 log_err("Locale: %s Code point string: %s\n", collLocale, codepointText);