HomeSort by relevance Sort by last modified time
    Searched defs:m_WordId (Results 1 - 2 of 2) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/src/
lattice_states.h 84 * If is not a PINYIN state, we should use the m_WordId directly.
91 unsigned int m_WordId;
96 m_bPinyin(b.m_bPinyin), m_WordId(b.m_WordId) { }
101 m_bPinyin(true), m_WordId(0) { }
105 m_bPinyin(false), m_WordId(wid) { }
imi_context.h 182 m_String(b.m_String), m_WordId(b.m_WordId) { }
189 : m_BoneStart(h), m_BoneEnd(t), m_String(s), m_WordId(wid) { }
195 unsigned int m_WordId;

Completed in 180 milliseconds