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

/external/webkit/Source/WebKit/android/content/
H A DPhoneEmailDetector.h31 struct FindState { struct
73 FindState m_findState;
H A DPhoneEmailDetector.cpp45 void FindReset(FindState* state);
46 void FindResetNumber(FindState* state);
48 FindState* s);
49 struct FindState;
51 static FoundState FindPartialEMail(const UChar* , unsigned length, FindState* );
109 void FindReset(FindState* state)
111 memset(state, 0, sizeof(FindState));
116 void FindResetNumber(FindState* state)
124 FindState* s)
210 FindState*
[all...]
/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);
/external/openfst/src/include/fst/
H A Dfactor-weight.h225 StateId start = FindState(Element(fst_->Start(), Weight::One()));
283 StateId FindState(const Element &e) { function in class:fst::FactorWeightFstImpl
317 StateId d = FindState(Element(arc.nextstate, Weight::One()));
322 StateId d = FindState(Element(arc.nextstate,
340 StateId d = FindState(Element(kNoStateId,
H A Dstate-table.h48 // StateId FindState(const StateTuple &);
79 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::HashStateTable
104 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::CompactHashStateTable
126 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::VectorStateTable
156 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::VectorHashStateTable
176 StateId FindState(const StateTuple &tuple) { return FindId(tuple); } function in class:fst::ErasableStateTable
197 // StateId FindState(const StateTuple &);
H A Dsynchronize.h122 StateId start = FindState(Element(fst_->Start(), empty, empty));
224 StateId FindState(const Element &e) { function in class:fst::SynchronizeFstImpl
250 StateId d = FindState(Element(arc.nextstate, istring, ostring));
256 StateId d = FindState(Element(arc.nextstate, istring, ostring));
266 StateId d = FindState(Element(kNoStateId, istring, ostring));
H A Dreplace.h67 // StateId FindState(const StateTuple &tuple);
220 StateId FindState(const StateTuple &tuple) { function in class:fst::VectorHashReplaceStateTable
221 return state_table_->FindState(tuple);
250 using StateTable::FindState;
486 StateId start = state_table_->FindState(
705 arcp->nextstate = state_table_->FindState(
730 ? state_table_->FindState(
749 ? state_table_->FindState(
759 ? state_table_->FindState(
H A Ddeterminize.h319 return FindState(subset);
338 // if the subset is not found in the subset hash. FindState takes
348 StateId FindState(Subset *subset) { function in class:fst::DeterminizeFsaImpl
468 arc.nextstate = FindState(dest_subset);
H A Dcompose.h328 state_table_->FindState(tuple));
343 return state_table_->FindState(tuple);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h131 StateId start = state_table_->FindState(tuple);
191 arc.nextstate = state_table_->FindState(ntuple);
706 SetFinalDistance(state_table_.FindState(tuple), Weight::One());
776 meta_arc.nextstate = state_table_.FindState(tuple);
860 FinalDistance(state_table_.FindState(tuple))));

Completed in 260 milliseconds