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