Searched defs:isDeadKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp3147 UINT AwtComponent::WindowsKeyToJavaKey(UINT windowsKey, UINT modifiers, UINT character, BOOL isDeadKey) argument
3176 if (isDeadKey) {
3397 UINT AwtComponent::WindowsKeyToJavaChar(UINT wkey, UINT modifiers, TransOps ops, BOOL &isDeadKey) argument
3401 isDeadKey = FALSE;
3408 isDeadKey = static_cast<BOOL>(reinterpret_cast<INT_PTR>(deadKeyFlag));
3535 isDeadKey = deadKeyFlag;
3555 BOOL isDeadKey = FALSE; local
3556 UINT character = WindowsKeyToJavaChar(wkey, modifiers, SAVE, isDeadKey);
3557 UINT jkey = WindowsKeyToJavaKey(wkey, modifiers, character, isDeadKey);
3598 BOOL isDeadKey local
5648 BOOL isDeadKey = FALSE; local
[all...]

Completed in 41 milliseconds