Home
last modified time | relevance | path

Searched refs:COMBINATION_KEY_MAP (Results 1 – 1 of 1) sorted by relevance

/base/inputmethod/imf/services/adapter/keyboard/src/
Dcombination_key.cpp25 const std::map<CombinationKeyFunction, std::set<uint8_t>> COMBINATION_KEY_MAP{ variable
40 auto expectedKeys = COMBINATION_KEY_MAP.find(combinationKey); in IsMatch()
41 if (expectedKeys == COMBINATION_KEY_MAP.end()) { in IsMatch()