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

  /external/openfst/src/include/fst/
arcfilter.h 76 MultiLabelArcFilter(bool match_input = true, bool keep_match = true)
77 : match_input_(match_input),
compose.h 288 // '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) {
404 (match_type_ == MATCH_INPUT ? "input"
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 695 static inline bool match_input (hb_apply_context_t *c, function in namespace:OT
    [all...]
hb-ot-layout-gsub-table.hh 633 if (likely (!match_input (c, count,
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 695 static inline bool match_input (hb_apply_context_t *c, function in namespace:OT
    [all...]
hb-ot-layout-gsub-table.hh 626 if (likely (!match_input (c, count,
    [all...]

Completed in 210 milliseconds