HomeSort by relevance Sort by last modified time
    Searched full:dstates (Results 1 - 4 of 4) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 210 vector<StateId> dstates; local
213 dstates.push_back(s);
214 fst->DeleteStates(dstates);
vector-fst.h 75 void DeleteStates(const vector<StateId>& dstates) {
77 for (size_t i = 0; i < dstates.size(); ++i)
78 newid[dstates[i]] = kNoStateId;
280 void DeleteStates(const vector<StateId> &dstates) {
281 BaseImpl::DeleteStates(dstates);
598 virtual void DeleteStates(const vector<StateId> &dstates) {
600 impl_->DeleteStates(dstates);
  /external/chromium/third_party/icu/source/common/
rbbitblb.cpp 571 // initially, the only unmarked state in Dstates is firstpos(root),
593 // while there is an unmarked state T in Dstates do begin
635 // if U is not empty and not in DStates then
653 // Add U as an unmarked state to Dstates
    [all...]
  /external/icu4c/common/
rbbitblb.cpp 571 // initially, the only unmarked state in Dstates is firstpos(root),
593 // while there is an unmarked state T in Dstates do begin
635 // if U is not empty and not in DStates then
653 // Add U as an unmarked state to Dstates
    [all...]

Completed in 318 milliseconds