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

  /nv-g11n/inputmethod/sunpinyin/ime/src/slm/
slm.h 137 return m_bol;
167 m_bol = bol;
183 unsigned m_bol : 2; member in struct:CThreadSlm::TNode
187 unsigned m_bol : 2; member in struct:CThreadSlm::TNode
238 inline unsigned int bol() const { return m_bol; }
243 inline void set_bol(unsigned int bol) { m_bol = bol; }
251 unsigned m_bol : 2; member in struct:CThreadSlm::TLeaf
255 unsigned m_bol : 2; member in struct:CThreadSlm::TLeaf
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
slm.h 137 return m_bol;
167 m_bol = bol;
183 unsigned m_bol : 2; member in struct:CThreadSlm::TNode
187 unsigned m_bol : 2; member in struct:CThreadSlm::TNode
238 inline unsigned int bol() const { return m_bol; }
243 inline void set_bol(unsigned int bol) { m_bol = bol; }
251 unsigned m_bol : 2; member in struct:CThreadSlm::TLeaf
255 unsigned m_bol : 2; member in struct:CThreadSlm::TLeaf
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
slm.h 137 return m_bol;
167 m_bol = bol;
183 unsigned m_bol : 2; member in struct:CThreadSlm::TNode
187 unsigned m_bol : 2; member in struct:CThreadSlm::TNode
238 inline unsigned int bol() const { return m_bol; }
243 inline void set_bol(unsigned int bol) { m_bol = bol; }
251 unsigned m_bol : 2; member in struct:CThreadSlm::TLeaf
255 unsigned m_bol : 2; member in struct:CThreadSlm::TLeaf
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmendian/
slm_file.cpp 93 unsigned m_bol : 2; member in struct:Leaf_BE
105 unsigned m_bol : 2; member in struct:Leaf_LE_
117 le_leaf->m_bol = be_leaf.m_bol;
128 unsigned m_bol : 2; member in struct:Leaf_LE_
140 unsigned m_bol : 2; member in struct:Leaf_BE_
155 be_leaf->m_bol = le_leaf.m_bol;
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmendian/
slm_file.cpp 93 unsigned m_bol : 2; member in struct:Leaf_BE
105 unsigned m_bol : 2; member in struct:Leaf_LE_
117 le_leaf->m_bol = be_leaf.m_bol;
128 unsigned m_bol : 2; member in struct:Leaf_LE_
140 unsigned m_bol : 2; member in struct:Leaf_BE_
155 be_leaf->m_bol = le_leaf.m_bol;

Completed in 2730 milliseconds