Home | History | Annotate | Download | only in uconv

Lines Matching refs:canon

191    be printed, otherwise all converters will be printed. If canon is non
196 UBool canon)
206 if (!canon) {
214 in non-canon mode). But since we do not know at this
230 single converter to print but in canon mode, hence we need to
251 if (canon) {
256 if (canon) {
264 if (canon) {
311 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
313 (canon ? "" : " "));
317 if (canon) {
345 if (canon) {
352 if (!canon) {
370 /* Print all available transliterators. If canon is non zero, print
373 static int printTransliterators(UBool canon)
383 char sepchar = canon ? '\n' : ' ';
1218 } else if (strcmp("--canon", *iter) == 0) {