Home
last modified time | relevance | path

Searched refs:PrintMatchSummaryOn (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/classify/
Dintmatcher.cpp457 if (PrintProtoMatchesOn (Debug) || PrintMatchSummaryOn (Debug)) in IntegerMatcher()
501 if (PrintMatchSummaryOn (Debug)) in IntegerMatcher()
568 if (PrintProtoMatchesOn (Debug) || PrintMatchSummaryOn (Debug)) in FindGoodProtos()
679 if (PrintProtoMatchesOn (Debug) || PrintMatchSummaryOn (Debug)) in FindBadFeatures()
1090 if (PrintMatchSummaryOn (Debug)) { in IMDebugFeatureProtoError()
1105 if (PrintMatchSummaryOn (Debug)) { in IMDebugFeatureProtoError()
1166 if (PrintMatchSummaryOn (Debug)) { in IMDebugFeatureProtoError()
Dintproto.h212 #define PrintMatchSummaryOn(D) ((D) & PRINT_MATCH_SUMMARY) macro