Searched refs:m_lpStrW (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_InputTextInfor.h75 LPWSTR m_lpStrW; /* pointer to the current composition/result string */ member in class:AwtInputTextInfor
H A Dawt_InputTextInfor.cpp49 m_lpStrW(NULL), m_lpReadStrW(NULL), m_lpClauseW(NULL), m_lpReadClauseW(NULL), m_lpAttrW(NULL)
110 m_lpStrW = (LPWSTR)lpData[0];
134 m_jtext = MakeJavaString(env, m_lpStrW, m_cStrW);
173 delete [] m_lpStrW;

Completed in 45 milliseconds