Home
last modified time | relevance | path

Searched refs:MATCH_NONE (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/include/fst/
Dmatcher.h161 case MATCH_NONE:
168 match_type_ = MATCH_NONE;
195 if (match_type_ == MATCH_NONE) in Type()
207 return MATCH_NONE; in Type()
216 if (match_type_ == MATCH_NONE) { in SetState()
414 match_type_ = MATCH_NONE;
499 if (rho_label_ == kNoLabel || match_type_ == MATCH_NONE) in Flags()
528 if (match_type_ == MATCH_NONE) { in Properties()
588 match_type_ = MATCH_NONE;
684 if (sigma_label_ == kNoLabel || match_type_ == MATCH_NONE) in Flags()
[all …]
Dcompose.h400 if (match_type_ == MATCH_NONE) in ComposeFstImpl()
406 (match_type_ == MATCH_NONE ? "none" : "unknown")))); in ComposeFstImpl()
426 match_type_ = MATCH_NONE; in SetMatchType()
430 match_type_ = MATCH_NONE; in SetMatchType()
436 match_type_ = MATCH_NONE; in SetMatchType()
463 match_type_ = MATCH_NONE; in SetMatchType()
593 case MATCH_NONE: { // Default composition (no look-ahead) in CreateBase()
Ddifference.h78 new R(fst1, MATCH_NONE),
96 copts.matcher1 = new R(fst1, MATCH_NONE, kNoLabel, MATCHER_REWRITE_ALWAYS, in DifferenceFst()
Dlookahead-filter.h54 return MATCH_NONE; in LookAheadMatchType()
222 if (lookahead_type_ == MATCH_NONE) { in LookAheadComposeFilter()
273 if (lookahead_type_ == MATCH_NONE) in Properties()
Dreplace.h1296 if (match_type_ == MATCH_NONE) in Type()
1308 return MATCH_NONE; in Type()
Dfst.h151 MATCH_NONE, // Match nothing. enumerator
/external/openssh/
Dauth2.c97 #define MATCH_NONE 0 /* method or submethod mismatch */ macro
399 submethod) != MATCH_NONE) in auth2_method_allowed()
545 return MATCH_NONE; in list_starts_with()
554 return MATCH_NONE; in list_starts_with()
559 return MATCH_NONE; in list_starts_with()
/external/openfst/src/include/fst/script/
Dinfo-impl.h64 input_match_type_(MATCH_NONE), output_match_type_(MATCH_NONE),
293 fstinfo.InputMatchType() == MATCH_NONE ? 'n' : '?') << endl;
297 fstinfo.OutputMatchType() == MATCH_NONE ? 'n' : '?') << endl;