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)
1054 * - SBCS: any 1:1 mapping
1055 * (the table stores additional bits to distinguish mapping types)
1056 * - MBCS: not a |2 SUB mapping for <subchar1>
1058 * - MBCS: not a multi-byte mapping with leading 0x00 bytes
1093 mapping from multiple code points\n");
1107 /* not used - adding a mapping for an extension-only table before its base table is read */
1112 * Add the mapping to the base table if this is requested and suitable.
1176 /* stop at the end of the mapping table */