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

/external/openfst/src/include/fst/
H A Dmatcher.h95 const uint32 kRequireMatch = 0x00000002; member in namespace:fst
98 const uint32 kMatcherFlags = kPreferMatch | kRequireMatch;
501 return matcher_->Flags() | kRequireMatch;
686 // kRequireMatch temporarily disabled until issues
688 // return matcher_->Flags() | kRequireMatch;
857 return matcher_->Flags() | kRequireMatch;
H A Dcompose.h424 if (flags1 & flags2 & kRequireMatch) {
427 } else if (flags1 & kRequireMatch) {
433 } else if (flags2 & kRequireMatch) {

Completed in 532 milliseconds