Lines Matching full:iso
19 * Unicode 1.0 character name, and (starting with ICU 2.2) the ISO 10646 comment.
56 * Different strings for a code point - normal name, 1.0 name, and ISO comment -
348 { "no-iso-comments", NULL, NULL, NULL, '\1', UOPT_NO_ARG, 0 },
349 { "only-iso-comments", NULL, NULL, NULL, '\1', UOPT_NO_ARG, 0 }
410 "\t --no-iso-comments do not store ISO comments\n"
411 "\t --only-iso-comments write ucomment.icu with only ISO comments\n");
504 /* get the ISO 10646 comment */
537 * 1: only store regular names, or only store ISO 10646 comments
539 * 3: store names and ISO 10646 comment
547 /* store only ISO 10646 comments */
626 ('a'<=c && c<='i') || /* lowercase letters for ISO comments */