Home
last modified time | relevance | path

Searched refs:MATCH_OUTPUT (Results 1 – 11 of 11) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-filter.h41 if (type1 == MATCH_OUTPUT && in LookAheadMatchType()
43 return MATCH_OUTPUT; in LookAheadMatchType()
48 m1.Type(true) == MATCH_OUTPUT) in LookAheadMatchType()
49 return MATCH_OUTPUT; in LookAheadMatchType()
62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT); in LookAheadMatchType()
105 return type_ == MATCH_OUTPUT ? lmatcher2_->GetFst() : in GetFst()
110 return type_ == MATCH_OUTPUT ? lmatcher1_ : lmatcher2_; in GetMatcher()
156 class LookAheadSelector<M1, M2, MATCH_OUTPUT> {
164 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &selector) in LookAheadSelector()
181 void operator=(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &); // disallow
[all …]
Dcompose.h270 if (match_type_ == MATCH_OUTPUT || in Expand()
403 << (match_type_ == MATCH_OUTPUT ? "output" : in ComposeFstImpl()
428 if (matcher1_->Type(true) != MATCH_OUTPUT) { in SetMatchType()
432 match_type_ = MATCH_OUTPUT; in SetMatchType()
440 type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) { in SetMatchType()
442 } else if (flags1 & kPreferMatch && type1 == MATCH_OUTPUT) { in SetMatchType()
443 match_type_ = MATCH_OUTPUT; in SetMatchType()
446 } else if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) { in SetMatchType()
448 } else if (type1 == MATCH_OUTPUT) { in SetMatchType()
449 match_type_ = MATCH_OUTPUT; in SetMatchType()
[all …]
Dcompose-filter.h222 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
307 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
393 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT)),
Dmatcher.h163 case MATCH_OUTPUT:
539 } else if (match_type_ == MATCH_OUTPUT) { in Properties()
730 } else if (match_type_ == MATCH_OUTPUT) { in Properties()
826 if (match_type_ == MATCH_OUTPUT) in Value()
950 } else if (match_type_ == MATCH_OUTPUT) { in Properties()
Dlookahead-matcher.h376 case MATCH_OUTPUT: in LookAheadFst()
599 bool reach_input = Type(false) == MATCH_OUTPUT; in LookAheadFst()
Dreplace.h996 (match_type == MATCH_OUTPUT && Properties(kOLabelSorted, false)))) { in InitMatcher()
1249 if (match_type_ == fst::MATCH_OUTPUT) in ReplaceFstMatcher()
1261 if (match_type_ == fst::MATCH_OUTPUT)
Dmatcher-fst.h160 M omatcher(fst, MATCH_OUTPUT); in CreateImpl()
Dfst.h149 MATCH_OUTPUT, // Match output label. enumerator
/external/openfst/src/include/fst/script/
Dinfo-impl.h168 LookAheadMatcher< Fst<A> > omatcher(fst, MATCH_OUTPUT);
296 << (fstinfo.OutputMatchType() == MATCH_OUTPUT ? 'y' :
/external/openfst/src/include/fst/extensions/pdt/
Dcompose.h436 matcher1 = new PdtMatcher(ifst1, MATCH_OUTPUT, kParenList);
465 matcher1 = new PdtMatcher(ifst1, MATCH_OUTPUT, kParenLoop);
/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h761 if (match_type_ == MATCH_OUTPUT) { in NGramFstMatcher()
770 if (match_type_ == MATCH_OUTPUT) {