Home | History | Annotate | Download | only in i18n

Lines Matching refs:textPostMatch

3440     int32_t textPostMatch;
3474 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3480 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) {