Searched refs:match_labelb (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h508 Label match_labelb = find_input ? arcb.olabel : arcb.ilabel; local
509 if (match_labelb) { // Consider non-epsilon match
510 if (FindLabel(&aitera, numarcsa, match_labelb, find_input)) {
514 if (match_labela != match_labelb)
519 // If there is no transition labelled 'match_labelb' in
520 // fsta, try matching 'match_labelb' against special symbols
530 // 'match_labelb' is found, or b) the initial state of
539 if (FindLabel(&aiterf, numarcsf, match_labelb, find_input)) {
541 // in sf and consuming symbol 'match_labelb'.
545 // No transition labelled 'match_labelb' foun
[all...]

Completed in 656 milliseconds