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

  /external/openfst/src/include/fst/
dfs-visit.h 131 ArcIterator< Fst<Arc> > &aiter = dfs_state->arc_iter; local
132 if (!dfs || aiter.Done()) {
147 const Arc &arc = aiter.Value();
153 aiter.Next();
168 aiter.Next();
172 aiter.Next();
visit.h 123 AIterator *aiter = arc_iterator[s]; local
124 if ((aiter && aiter->Done()) || !visit) {
125 delete aiter;
137 const Arc &arc = aiter->Value();
158 aiter->Next();
160 if (aiter->Done()) {
161 delete aiter;
minimize.h 246 ArcIterator<Fst<RevA> >* aiter = aiter_queue_->top(); local
248 if (aiter->Done()) {
249 delete aiter;
253 const RevA& arc = aiter->Value();
254 StateId from_state = aiter->Value().nextstate - 1;
264 aiter->Next();
265 if (aiter->Done())
266 delete aiter;
268 aiter_queue_->push(aiter);
469 for (MutableArcIterator<MutableFst<A> > aiter(fst, s)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
dfs-visit.h 107 ArcIterator< Fst<Arc> > &aiter = dfs_state->arc_iter; local
108 if (!dfs || aiter.Done()) {
123 const Arc &arc = aiter.Value();
125 aiter.Next();
140 aiter.Next();
144 aiter.Next();
minimize.h 233 ArcIterator<Fst<RevA> >* aiter = aiter_queue_->top(); local
235 if (aiter->Done()) {
236 delete aiter;
240 const RevA& arc = aiter->Value();
241 StateId from_state = aiter->Value().nextstate - 1;
251 aiter->Next();
252 if (aiter->Done())
253 delete aiter;
255 aiter_queue_->push(aiter);
456 for (MutableArcIterator<MutableFst<A> > aiter(fst, s)
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
replace.h 106 for (ArcIterator< Fst<Arc> > aiter(*ifst, is);
107 !aiter.Done(); aiter.Next()) {
108 Arc arc = aiter.Value();
151 MIter *aiter = new MIter(ofst, os); local
152 for (size_t n = 0; !aiter->Done(); aiter->Next(), ++n) {
153 Arc arc = aiter->Value();
179 aiter->SetValue(sarc);
188 delete aiter;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 80 static void ures_a_open(UResourceBundleAIterator *aiter, UResourceBundle *bund, UErrorCode *status) {
84 aiter->bund = bund;
85 aiter->num = ures_getSize(aiter->bund);
86 aiter->cursor = 0;
88 aiter->entries = NULL;
90 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
91 for(int i=0;i<aiter->num;i++) {
92 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status)
638 UResourceBundleAIterator aiter; local
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 80 static void ures_a_open(UResourceBundleAIterator *aiter, UResourceBundle *bund, UErrorCode *status) {
84 aiter->bund = bund;
85 aiter->num = ures_getSize(aiter->bund);
86 aiter->cursor = 0;
88 aiter->entries = NULL;
90 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
91 for(int i=0;i<aiter->num;i++) {
92 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status)
639 UResourceBundleAIterator aiter; local
    [all...]

Completed in 242 milliseconds