Searched refs:textPostMatch (Results 1 – 1 of 1) sorted by relevance
3641 int32_t textPostMatch; in checkIntSuffix() local3675 textPostMatch = compareSimpleAffix(suf,text,start-suf.length()); in checkIntSuffix()3681 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) { in checkIntSuffix()