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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_sen.h 65 typedef SIMCharReaderIterator iterator; typedef in class:CSIMCharReader
69 iterator begin() { return iterator(this, 0); }
76 template <class iterator>
77 bool ReadSentence(wstring& wstr, iterator& first, bool bIgnoreCRLF=false)
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_sen.h 65 typedef SIMCharReaderIterator iterator; typedef in class:CSIMCharReader
69 iterator begin() { return iterator(this, 0); }
76 template <class iterator>
77 bool ReadSentence(wstring& wstr, iterator& first, bool bIgnoreCRLF=false)
  /nv-g11n/inputmethod/sunpinyin/ime/src/
lattice_states.h 187 /** just use the CLatticeStateVec's iterator */
188 typedef CLatticeStateVec::iterator iterator; typedef in class:CLatticeStates
190 /** just use the CLatticeStateVec's iterator */
201 /** return the first iterator of m_Vec. */
206 iterator
210 /** return the first iterator of m_Vec. */
218 /** return the last iterator of m_Vec. */
219 iterator
223 /** return the last iterator of m_Vec. *
    [all...]
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslminfo/
tslminfo.cpp 63 typedef std::vector<TState> iterator; typedef in class:CIterateThreadSlm
72 beginLevel(int lvl, iterator& it);
75 next(iterator& it) { ++(it.back()); adjustIterator(it); }
78 isEnd(iterator& it) { return (((it.back().getIdx()) + 1) == getLevelSize(it.back().getLevel())); }
107 adjustIterator(iterator& it);
111 CIterateThreadSlm::beginLevel(int lvl, iterator& it)
133 CIterateThreadSlm::adjustIterator(iterator& it)
230 CIterateThreadSlm::iterator it;
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslminfo/
tslminfo.cpp 63 typedef std::vector<TState> iterator; typedef in class:CIterateThreadSlm
72 beginLevel(int lvl, iterator& it);
75 next(iterator& it) { ++(it.back()); adjustIterator(it); }
78 isEnd(iterator& it) { return (((it.back().getIdx()) + 1) == getLevelSize(it.back().getLevel())); }
107 adjustIterator(iterator& it);
111 CIterateThreadSlm::beginLevel(int lvl, iterator& it)
133 CIterateThreadSlm::adjustIterator(iterator& it)
230 CIterateThreadSlm::iterator it;
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
lattice_states.h 139 /** just use the CLatticeStateVec's iterator */
140 typedef CLatticeStateVec::iterator iterator; typedef in class:CLatticeStates
142 /** just use the CLatticeStateVec's iterator */
153 /** return the first iterator of m_vec. */
158 iterator
162 /** return the first iterator of m_vec. */
170 /** return the last iterator of m_vec. */
171 iterator
175 /** return the last iterator of m_vec. *
    [all...]
  /nv-g11n/g11n-spec/cmdassist/src/service/
stdsoap2.h 1423 typedef soap_multipart_iterator iterator; typedef in struct:soap_multipart
1469 typedef soap_dom_attribute_iterator iterator; typedef in struct:soap_dom_attribute
1519 typedef soap_dom_element_iterator iterator; typedef in struct:soap_dom_element
    [all...]

Completed in 539 milliseconds