HomeSort by relevance Sort by last modified time
    Searched refs:FindState (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebKit/android/nav/
CacheBuilder.h 136 struct FindState {
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* );
CacheBuilder.cpp     [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 182 StateId start = FindState(Element(fst_->Start(), Weight::One()));
231 StateId FindState(const Element &e) {
265 StateId d = FindState(Element(arc.nextstate, Weight::One()));
270 StateId d = FindState(Element(arc.nextstate,
286 StateId d = FindState(Element(kNoStateId,
synchronize.h 100 StateId start = FindState(Element(fst_->Start(), empty, empty));
193 StateId FindState(const Element &e) {
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));
replace.h 230 StateId start = FindState(StateTuple(prefix, root_, fst_start));
283 StateId FindState(const StateTuple& tuple) {
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(
determinize.h 248 return FindState(subset);
265 // if the subset is not found in the subset hash. FindState takes
275 StateId FindState(Subset *subset) {
370 arc.nextstate = FindState(dest_subset);
compose.h 420 StateId FindState(const StateTuple& tuple) {
439 arc.nextstate = FindState(tuple);
445 arc.nextstate = FindState(tuple);
628 return FindState(tuple);
    [all...]

Completed in 896 milliseconds