Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp34 const wchar_t CASE_0 = L'0'; variable
426 …eyChar = static_cast<wchar_t>(keyEvent->code) - static_cast<wchar_t>(MMI::KeyCode::KEY_0) + CASE_0; in HandleTextKeyEvent()
431 …= static_cast<wchar_t>(keyEvent->code) - static_cast<wchar_t>(MMI::KeyCode::KEY_NUMPAD_0) + CASE_0; in HandleTextKeyEvent()