Home | History | Annotate | Download | only in i18n

Lines Matching refs:mapping

52 //     3.  Build a list of keys (UChar32s) from the four mapping tables.  Sort the
269 // We have a good input line. Extract the key character and mapping string, and
270 // put them into the appropriate mapping table.
294 // Add the UChar32 -> string mapping to the appropriate table.
359 // For each key code point, check which mapping tables it applies to,
362 // The four logical mapping tables are conflated into one combined table.
363 // If multiple logical tables have the same mapping for some key, they
365 // If more than one mapping exists for the same key code point, multiple
495 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
509 // No mapping for this key character.
515 // Check whether there is already an entry with the correct mapping.
525 // without finding one with the same mapping.
528 UnicodeString mapping = getMapping(i);
529 if (mapping == *(targetMapping->fStr)) {
530 // The run time entry we are currently testing has the correct mapping.
539 // Need to add a new entry to the binary data being built for this mapping.
557 // If the preceding key entry is for the same key character (but with a different mapping)