Home | History | Annotate | Download | only in toolutil

Lines Matching full:mapping

87 /* mapping comparisons ------------------------------------------------------ */
286 /* add the mapping to the extension table */
290 /* remove this mapping: move the last base mapping down and overwrite the current one */
354 * mapping in base but not in ext, move it
367 /* mark this mapping to be moved to the extension table */
372 "ucm error: the base table contains a mapping whose input sequence\n"
373 " is a prefix of the input sequence of an extension mapping\n");
383 * same output: remove the extension mapping,
392 /* mapping in base but not in ext, move it */
397 "ucm error: the base table contains a mapping whose input sequence\n"
398 " is the same as the input sequence of an extension mapping\n"
470 /* mapping in base but not in ext, move it */
484 /* mark this mapping to be moved to the extension table */
489 "ucm error: the base table contains a mapping whose input sequence\n"
490 " is a prefix of the input sequence of an extension mapping\n");
500 * same output: remove the extension mapping,
509 /* mapping in base but not in ext, move it */
514 "ucm error: the base table contains a mapping whose input sequence\n"
515 " is the same as the input sequence of an extension mapping\n"
624 * the fromU mapping does not have a toU counterpart:
631 fromUMapping->f=2; /* SUB mapping */
640 * the toU mapping does not have a fromU counterpart:
665 fromUMapping->f=2; /* SUB mapping */
708 fprintf(stderr, "warning: removing illegal mapping from an SI/SO-stateful table\n");
778 /* parse a mapping line; must not be empty */
1053 * - a 1:1 mapping (1 Unicode code point : 1 byte sequence)
1055 * - SBCS: any 1:1 mapping
1056 * (the table stores additional bits to distinguish mapping types)
1057 * - MBCS: not a |2 SUB mapping for <subchar1>
1059 * - MBCS: not a multi-byte mapping with leading 0x00 bytes
1094 fprintf(stderr, "ucm error: illegal <subchar1> |2 mapping from multiple code points\n");
1108 /* not used - adding a mapping for an extension-only table before its base table is read */
1113 * Add the mapping to the base table if this is requested and suitable.
1177 /* stop at the end of the mapping table */