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

  /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));
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);
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(
compose.h 420 StateId FindState(const StateTuple& tuple) {
439 arc.nextstate = FindState(tuple);
445 arc.nextstate = FindState(tuple);
628 return FindState(tuple);
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.h 140 struct FindState {
233 static FoundState FindPartialAddress(const UChar* , const UChar* , unsigned length, FindState* );
234 static FoundState FindPartialEMail(const UChar* , unsigned length, FindState* );
235 static FoundState FindPartialNumber(const UChar* , unsigned length, FindState* );
237 static void FindReset(FindState* );
238 static void FindResetNumber(FindState* );
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 503 class LayerAndroid::FindState {
507 FindState(int x, int y)
561 void LayerAndroid::findInner(LayerAndroid::FindState& state) const
586 FindState state(*xPtr, *yPtr);
    [all...]

Completed in 147 milliseconds