Home | History | Annotate | Download | only in i18n

Lines Matching full:mapping

52 //     3.  Build a list of keys (UChar32s) from the four mapping tables.  Sort the
267 // We have a good input line. Extract the key character and mapping string, and
268 // put them into the appropriate mapping table.
292 // Add the UChar -> string mapping to the appropriate table.
357 // For each key code point, check which mapping tables it applies to,
360 // The four logical mapping tables are conflated into one combined table.
361 // If multiple logical tables have the same mapping for some key, they
363 // If more than one mapping exists for the same key code point, multiple
493 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
507 // No mapping for this key character.
513 // Check whether there is already an entry with the correct mapping.
523 // without finding one with the same mapping.
526 UnicodeString mapping = getMapping(i);
527 if (mapping == *(targetMapping->fStr)) {
528 // The run time entry we are currently testing has the correct mapping.
537 // Need to add a new entry to the binary data being built for this mapping.
555 // If the preceding key entry is for the same key character (but with a different mapping)