Home | History | Annotate | Download | only in uconv

Lines Matching refs:canon

192    be printed, otherwise all converters will be printed. If canon is non
197 UBool canon)
207 if (!canon) {
215 in non-canon mode). But since we do not know at this
231 single converter to print but in canon mode, hence we need to
252 if (canon) {
257 if (canon) {
265 if (canon) {
312 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
314 (canon ? "" : " "));
318 if (canon) {
346 if (canon) {
353 if (!canon) {
371 /* Print all available transliterators. If canon is non zero, print
374 static int printTransliterators(UBool canon)
384 char sepchar = canon ? '\n' : ' ';
1217 } else if (strcmp("--canon", *iter) == 0) {