Searched refs:IsSpecialChar (Results 1 – 2 of 2) sorted by relevance
64 bool IsSpecialChar(char character, int32_t &keyCode, bool &isPressShift);
1698 bool InputManagerCommand::IsSpecialChar(char character, int32_t &keyCode, bool &isPressShift) in IsSpecialChar() function in OHOS::MMI::InputManagerCommand1786 } else if (!IsSpecialChar(textChar, keyCode, isPressShift)) { in ProcessKeyboardTextInput()