Lines Matching full:mapping
43 * It is an error if a base file contains any regular (not extension) mapping
44 * from the same sequence as a mapping in the extension file
45 * because the base mapping would hide the extension mapping.
74 * and a base table entry is a prefix of a multi-character mapping, then
81 * of UChars or bytes in a mapping to
205 * does not start any mapping input.
210 * Contains toUnicode mapping results, stored as sequences of UChars.
231 * return no mapping, but request for <subchar1>;
236 * "good one-way" mapping (|4); -- new in ICU4C 51, _MBCSHeader.version 5.4/4.4
263 * to indicate no mapping.
271 * If (c>>10)>=(length of stage 1) then c does not start any mapping.
292 * fromUStage3b[] contains a zero for "no mapping" at its index 0,
293 * and may contain UCNV_EXT_FROM_U_SUBCHAR1 at index 1 for "<subchar1> SUB mapping"
294 * (i.e., "no mapping" with preference for <subchar1> rather than <subchar>),
300 * because "no mapping" is always a property of a single code point,
306 * Contains fromUnicode mapping results, stored as sequences of chars.
456 /* special value for "no mapping" to <subchar1> (impossible roundtrip to 0 bytes, value 01) */