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

  /external/openfst/src/include/fst/
matcher.h 122 // If match_type == MATCH_INPUT, epsilons match the implicit self loop
149 case MATCH_INPUT:
187 uint64 true_prop = match_type_ == MATCH_INPUT ?
189 uint64 false_prop = match_type_ == MATCH_INPUT ?
225 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
227 Label label = match_type_ == MATCH_INPUT ?
286 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
295 Label label = match_type_ == MATCH_INPUT ?
305 label = match_type_ == MATCH_INPUT ? aiter_->Value().ilabel :
319 Label label = match_type_ == MATCH_INPUT
    [all...]
lookahead-filter.h 44 else if (type2 == MATCH_INPUT &&
46 return MATCH_INPUT;
51 m2.Type(true) == MATCH_INPUT)
52 return MATCH_INPUT;
63 LookAheadMatcher< Fst <Arc> > matcher2(fst2, MATCH_INPUT);
124 class LookAheadSelector<M1, M2, MATCH_INPUT> {
132 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_INPUT> &selector)
149 void operator=(const LookAheadSelector<M1, M2, MATCH_INPUT> &); // disallow
285 else if (MT == MATCH_INPUT)
449 matcher2_(fst2_, MATCH_INPUT,
    [all...]
compose.h 281 // 'fsta' for each arc leaving state 'sb' of 'fstb'. The 'match_input' arg
287 Matcher *matchera, bool match_input) {
291 Arc loop(match_input ? 0 : kNoLabel, match_input ? kNoLabel : 0,
293 MatchArc(s, matchera, loop, match_input);
297 MatchArc(s, matchera, iterb.Value(), match_input);
305 const Arc &arc, bool match_input) {
306 if (matchera->Find(match_input ? arc.olabel : arc.ilabel)) {
310 if (match_input) {
390 if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
    [all...]
difference.h 79 new R(cfst, MATCH_INPUT,
98 copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel,
compose-filter.h 223 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)),
308 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)),
394 matcher2_(matcher2 ? matcher2 : new M2(fst2, MATCH_INPUT)),
matcher-fst.h 154 return match_type == MATCH_INPUT ? data->First() : data->Second();
159 M imatcher(fst, MATCH_INPUT);
replace.h     [all...]
lookahead-matcher.h 98 // Matcher is a lookahead matcher when 'match_type' is MATCH_INPUT.
373 case MATCH_INPUT:
449 bool reach_input = match_type == MATCH_INPUT;
fst.h 141 enum MatchType { MATCH_INPUT, // Match input label.
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 50 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kMultiEpsLoop);
86 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kMultiEpsList);
  /external/openfst/src/include/fst/script/
info-impl.h 164 LookAheadMatcher< Fst<A> > imatcher(fst, MATCH_INPUT);
292 << (fstinfo.InputMatchType() == MATCH_INPUT ? 'y' :
  /external/openfst/src/test/
fst_test.h 66 Matcher<G> matcher(fst, MATCH_INPUT);
83 if (match_type == MATCH_INPUT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 275 IWorkbenchPage.MATCH_INPUT);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 221 milliseconds