Searched refs:FindState (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCacheBuilder.h136 struct FindState { struct in class:android::CacheBuilder
226 static FoundState FindPartialAddress(const UChar* , const UChar* , unsigned length, FindState* );
227 static FoundState FindPartialEMail(const UChar* , unsigned length, FindState* );
228 static FoundState FindPartialNumber(const UChar* , unsigned length, FindState* );
230 static void FindReset(FindState* );
231 static void FindResetNumber(FindState* );
H A DCacheBuilder.cpp1569 FindState addressState;
1585 const UChar* chars, unsigned length, FindState* s)
2165 FindState* s)
2321 FindState* s)
2406 FindState state;
2414 void CacheBuilder::FindReset(FindState* state)
2416 memset(state, 0, sizeof(FindState));
2421 void CacheBuilder::FindResetNumber(FindState* state)
2567 FindState findState;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h230 StateId start = FindState(StateTuple(prefix, root_, fst_start));
283 StateId FindState(const StateTuple& tuple) { function in class:fst::ReplaceFstImpl
312 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
322 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
338 StateId nt_nextstate = FindState(
345 FindState(
H A Dfactor-weight.h182 StateId start = FindState(Element(fst_->Start(), Weight::One()));
231 StateId FindState(const Element &e) { function in class:fst::FactorWeightFstImpl
265 StateId d = FindState(Element(arc.nextstate, Weight::One()));
270 StateId d = FindState(Element(arc.nextstate,
286 StateId d = FindState(Element(kNoStateId,
H A Dsynchronize.h100 StateId start = FindState(Element(fst_->Start(), empty, empty));
193 StateId FindState(const Element &e) { function in class:fst::SynchronizeFstImpl
219 StateId d = FindState(Element(arc.nextstate, istring, ostring));
225 StateId d = FindState(Element(arc.nextstate, istring, ostring));
235 StateId d = FindState(Element(kNoStateId, istring, ostring));
H A Dcompose.h420 StateId FindState(const StateTuple& tuple) { function in class:fst::ComposeFstImpl
439 arc.nextstate = FindState(tuple);
445 arc.nextstate = FindState(tuple);
628 return FindState(tuple);
H A Ddeterminize.h248 return FindState(subset);
265 // if the subset is not found in the subset hash. FindState takes
275 StateId FindState(Subset *subset) { function in class:fst::DeterminizeFsaImpl
370 arc.nextstate = FindState(dest_subset);

Completed in 33 milliseconds