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