Lines Matching defs:key
59 // 4. Generate the run time string table. This is generated before the key & value
62 // 5. Build the run-time key and value tables. These are parallel tables, and are built
84 fHash = uhash_open(uhash_hashUnicodeString, // key hash function
293 // We have a good input line. Extract the key character and mapping string, and
358 // For each key code point, check which mapping tables it applies to,
359 // and create the final data for the key & value structures.
362 // If multiple logical tables have the same mapping for some key, they
364 // If more than one mapping exists for the same key code point, multiple
382 int32_t key = ConfusableDataUtils::codePointAndLengthToKey(keyChar,
386 fKeyVec->addElement(key, status);
425 int32_t key = fKeyVec->elementAti(i);
426 UChar32 codePoint = ConfusableDataUtils::keyToCodePoint(key);
430 keys[i] = key;
439 // The Value Table, parallels the key table