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

  /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/chromium/third_party/icu/source/i18n/
dtptngen.cpp 85 static void ures_a_open(UResourceBundleAIterator *aiter, UResourceBundle *bund, UErrorCode *status) {
89 aiter->bund = bund;
90 aiter->num = ures_getSize(aiter->bund);
91 aiter->cursor = 0;
93 aiter->entries = NULL;
95 aiter->entries = (UResAEntry*)uprv_malloc(sizeof(UResAEntry)*aiter->num);
96 for(int i=0;i<aiter->num;i++) {
97 aiter->entries[i].item = ures_getByIndex(aiter->bund, i, NULL, status)
624 UResourceBundleAIterator aiter; local
666 UResourceBundleAIterator aiter; local
    [all...]
  /external/icu4c/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)
619 UResourceBundleAIterator aiter; local
661 UResourceBundleAIterator aiter; local
    [all...]

Completed in 864 milliseconds