Searched defs:match_input (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompose.h288 // 'fsta' for each arc leaving state 'sb' of 'fstb'. The 'match_input' arg
294 Matcher *matchera, bool match_input) {
298 Arc loop(match_input ? 0 : kNoLabel, match_input ? kNoLabel : 0,
300 MatchArc(s, matchera, loop, match_input);
304 MatchArc(s, matchera, iterb.Value(), match_input);
312 const Arc &arc, bool match_input) {
313 if (matchera->Find(match_input ? arc.olabel : arc.ilabel)) {
317 if (match_input) {
292 OrderedExpand(StateId s, const Fst<Arc> &, StateId sa, const FST &fstb, StateId sb, Matcher *matchera, bool match_input) argument
311 MatchArc(StateId s, Matcher *matchera, const Arc &arc, bool match_input) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh709 static inline bool match_input (hb_apply_context_t *c, function in namespace:OT
1105 return match_input (c,
1636 return match_input (c,
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh709 static inline bool match_input (hb_apply_context_t *c, function in namespace:OT
1105 return match_input (c,
1637 return match_input (c,

Completed in 131 milliseconds