Searched refs:textPreMatch (Results 1 – 1 of 1) sorted by relevance
4052 int32_t textPreMatch; in checkIntSuffix() local4084 textPreMatch = compareSimpleAffix(suf,text,start); in checkIntSuffix()4090 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) { in checkIntSuffix()