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

/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h32 const uint32 kParenList = 0x00000001; member in namespace:fst
51 uint32 flags = (kParenLoop | kParenList))
190 if (match_label == kNoLabel && (flags_ & kParenList)) {
436 matcher1 = new PdtMatcher(ifst1, MATCH_OUTPUT, kParenList);
466 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenList);
50 ParenMatcher(const FST &fst, MatchType match_type, uint32 flags = (kParenLoop | kParenList)) argument

Completed in 99 milliseconds