Home | History | Annotate | Download | only in dumpce

Lines Matching refs:collator

66 * Collator used in this program
287 * Prints the attribute values in the argument collator into the output stream
288 * @param collator
290 void outputAttribute(UCollator *collator, UErrorCode *error)
304 int attributeval = ucol_getAttribute(collator, attribute, error);
306 fprintf(stdout, "Failure in reading collator attribute\n");
322 * Prints the normalization mode in the argument collator into the output stream
323 * @param collator
325 void outputNormalization(UCollator *collator)
328 int normmode = ucol_getAttribute(collator, UCOL_NORMALIZATION_MODE, &status);
360 fprintf(OUTPUT_, "\n# Collator information\n");
437 * Sets the collator with the attribute values
438 * @param collator
441 void setAttributes(UCollator *collator, UErrorCode *error)
446 ucol_setAttribute(collator, (UColAttribute)count,
502 fprintf(stdout, "Collator creation failed:");
509 fprintf(stdout, "Collator attribute setting failed:");
531 fprintf(stdout, "Collator creation failed:");
538 fprintf(stdout, "Collator attribute setting failed:");
614 fprintf(stdout, "Collator creation failed:");
621 fprintf(stdout, "Collator attribute setting failed:");
1369 fprintf(OUTPUT_, "<tr><th>Collator version</th><td class='noborder'>%d.%d.%d.%d</td></tr>\n",
1484 fprintf(stdout, "Collator creation failed:");
1494 fprintf(stdout, "Collator attribute setting failed:");