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