Searched defs:match_label (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h87 bool Find(Label match_label);
183 bool ParenMatcher<M>::Find(Label match_label) { argument
190 if (match_label == kNoLabel && (flags_ & kParenList)) {
204 if (match_label > 0 && (flags_ & kParenLoop) &&
205 (IsOpenParen(match_label) || IsCloseParen(match_label))) {
211 if (matcher_.Find(match_label))
/external/openfst/src/include/fst/
H A Dmatcher.h228 bool Find(Label match_label) { argument
235 current_loop_ = match_label == 0;
236 match_label_ = match_label == kNoLabel ? 0 : match_label;
245 // match_label would maintain the sort order.
246 void LowerBound(Label match_label) { argument
253 match_label_ = match_label;
453 bool Find(Label match_label) { argument
454 if (match_label == rho_label_ && rho_label_ != kNoLabel) {
459 if (matcher_->Find(match_label)) {
628 Find(Label match_label) argument
884 Find(Label match_label) argument
1113 Find(Label match_label) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h590 Label match_label, bool find_input) {
599 if (label > match_label) {
601 } else if (label < match_label) {
608 if (label != match_label) {
589 FindLabel(ArcIterator< Fst<A> > *aiter, size_t numarcs, Label match_label, bool find_input) argument

Completed in 98 milliseconds