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
272 // We have a good input line. Extract the key character and mapping string, and
273 // put them into the appropriate mapping table.
297 // Add the UChar32 -> string mapping to the appropriate table.
362 // For each key code point, check which mapping tables it applies to,
365 // The four logical mapping tables are conflated into one combined table.
366 // If multiple logical tables have the same mapping for some key, they
368 // If more than one mapping exists for the same key code point, multiple
500 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
514 // No mapping for this key character.
520 // Check whether there is already an entry with the correct mapping.
530 // without finding one with the same mapping.
533 UnicodeString mapping = getMapping(i);
534 if (mapping == *(targetMapping->fStr)) {
535 // The run time entry we are currently testing has the correct mapping.
544 // Need to add a new entry to the binary data being built for this mapping.
562 // If the preceding key entry is for the same key character (but with a different mapping)