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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_InputMethod.cpp97 EnableNativeIMEStruct *enis = new EnableNativeIMEStruct; local
99 enis->self = selfGlobalRef;
100 enis->peer = peerGlobalRef;
101 enis->context = context;
102 enis->useNativeCompWindow = useNativeCompWindow;
105 reinterpret_cast<WPARAM>(enis), (LPARAM)0);
125 EnableNativeIMEStruct *enis = new EnableNativeIMEStruct; local
126 enis->self = NULL;
127 enis->peer = peerGlobalRef;
128 enis
[all...]

Completed in 23 milliseconds