Searched defs:FindState (Results 1 - 6 of 6) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
H A D | factor-weight.h | 182 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 D | synchronize.h | 100 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 D | replace.h | 230 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 D | compose.h | 420 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 D | determinize.h | 248 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);
|
/external/webkit/WebKit/android/nav/ |
H A D | CacheBuilder.h | 136 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* );
|
Completed in 463 milliseconds