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

  /nv-g11n/inputmethod/sunpinyin2/src/lexicon/
pytrie_gen.cpp 49 struct TSyllableInfo {
53 TSyllableInfo(const char* py=NULL, int cost=0) : m_py(py), m_cost(cost) {}
54 bool operator< (const TSyllableInfo& b) const { return m_py < b.m_py; }
113 parseLine(char* buf, char* word_buf, int& id, std::set<TSyllableInfo>& pyset)
146 pyset.insert(TSyllableInfo(s, cost));
176 std::set<TSyllableInfo> pyset;
189 std::set<TSyllableInfo>::const_iterator its = pyset.begin();
190 std::set<TSyllableInfo>::const_iterator ite = pyset.end();
  /nv-g11n/inputmethod/sunpinyin/slm/src/lexicon/
pytrie_gen.cpp 85 struct TSyllableInfo {
89 TSyllableInfo(const char* py=NULL, int cost=0) : m_py(py), m_cost(cost) {}
90 bool operator< (const TSyllableInfo& b) const { return m_py < b.m_py; }
149 parseLine(char* buf, char* word_buf, int& id, std::set<TSyllableInfo>& pyset)
182 pyset.insert(TSyllableInfo(s, cost));
215 std::set<TSyllableInfo> pyset;
228 std::set<TSyllableInfo>::iterator its = pyset.begin();
229 std::set<TSyllableInfo>::iterator ite = pyset.end();

Completed in 0 milliseconds