Home | History | Annotate | Download | only in i18n

Lines Matching refs:textPostMatch

3153     int32_t textPostMatch;
3187 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3193 else if ((textPostMatch >= 0) && (patternMatch >= 0) && (textPostMatch == patternMatch)) {