Home | History | Annotate | Download | only in i18n

Lines Matching refs:textPostMatch

3401     int32_t textPostMatch;
3435 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3441 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) {