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

  /nv-g11n/inputmethod/sunpinyin/slm/src/lexicon/
pytrie_gen.cpp 292 CNodeSet::const_iterator t1 = m_pns->begin(); local
296 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
297 if (*t1 < *a1) return true;
298 if (*t1 > *a1) return false;
306 CNodeSet::const_iterator t1 = m_pns->begin(); local
310 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
311 if (*t1 != *a1) return false;
313 return (a1 == a2 && t1 != t2)
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/src/lexicon/
pytrie_gen.cpp 233 CNodeSet::const_iterator t1 = m_pns->begin(); local
237 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
238 if (*t1 < *a1) return true;
239 if (*t1 > *a1) return false;
247 CNodeSet::const_iterator t1 = m_pns->begin(); local
251 for (; t1 != t2 && a1 != a2; ++t1, ++a1) {
252 if (*t1 != *a1) return false;
254 return (a1 == a2 && t1 != t2)
    [all...]

Completed in 2880 milliseconds