Home | History | Annotate | Download | only in input_method

Lines Matching refs:map_entry

313       const EnglishToResouceId& map_entry = kEnglishToResourceIdArray[i];
315 map_entry.english_string_from_ibus, map_entry.resource_id)).second;
317 << map_entry.english_string_from_ibus;
328 const EnglishAndInputMethodIdToResouceId& map_entry =
331 map_entry.english_string_from_ibus, map_entry.input_method_id);
333 std::make_pair(key, map_entry.resource_id)).second;
335 << map_entry.english_string_from_ibus
337 << map_entry.input_method_id;