Home | History | Annotate | Download | only in win

Lines Matching refs:dict

5120     static const IMMDict& dict();
5126 const IMMDict& IMMDict::dict()
5153 HIMC context = IMMDict::dict().getContext(m_viewWindow);
5161 IMMDict::dict().releaseContext(m_viewWindow, hIMC);
5182 IMMDict::dict().setCandidateWindow(hInputContext, &form);
5191 IMMDict::dict().notifyIME(hInputContext, NI_COMPOSITIONSTR, CPS_CANCEL, 0);
5213 IMMDict::dict().associateContextEx(m_viewWindow, 0, enabled ? IACE_DEFAULT : 0);
5237 int compositionLength = IMMDict::dict().getCompositionString(hInputContext, type, 0, 0);
5241 compositionLength = IMMDict::dict().getCompositionString(hInputContext, type, (LPVOID)compositionBuffer.data(), compositionLength);
5382 int numAttributes = IMMDict::dict().getCompositionString(hInputContext, GCS_COMPATTR, 0, 0);
5384 IMMDict::dict().getCompositionString(hInputContext, GCS_COMPATTR, attributes.data(), numAttributes);
5387 int numClauses = IMMDict::dict().getCompositionString(hInputContext, GCS_COMPCLAUSE, 0, 0);
5389 IMMDict::dict().getCompositionString(hInputContext, GCS_COMPCLAUSE, clauses.data(), numClauses);
5394 int cursorPosition = LOWORD(IMMDict::dict().getCompositionString(hInputContext, GCS_CURSORPOS, 0, 0));