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

  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_context.h 119 class CBone;
122 typedef std::list<CBone> CSkeleton;
204 class CBone {
261 CBone(const CBone& b);
268 CBone(int boundType = AUTO_BOUNDARY, int boneType = NODE_TAIL);
276 CBone(const TWCHAR* pwc, int boundType = AUTO_BOUNDARY, int boneType = NODE_TAIL);
285 CBone(const TWCHAR* pwc, size_t len, int boundType, int boneType);
288 ~CBone();
318 }; // of CBone
    [all...]
imi_context.cpp 77 m_bone->m_BoundaryType == CBone::USER_BOUNDARY)); }
83 pos.m_bone->m_BoundaryType == CBone::USER_BOUNDARY)); }
233 m_Skeleton.push_back(CBone());
234 m_Skeleton.push_back(CBone());
259 for (CSkeletonIter first=m_Skeleton.begin(); it->m_BoneType == CBone::NODE_PINYIN; --it) {
488 result.push_back(CBone(str, idx-1, CBone::AUTO_BOUNDARY, CBone::NODE_PINYIN));
495 int bt = CBone::NODE_INCOMPLETE_PINYIN;
497 bt = CBone::NODE_PINYIN
    [all...]

Completed in 60 milliseconds