Home | History | Annotate | Download | only in i18n

Lines Matching refs:textPreMatch

3152     int32_t textPreMatch;
3184 textPreMatch = compareSimpleAffix(suf,text,start);
3190 if ((textPreMatch >= 0) && (patternMatch >= 0) && (textPreMatch == patternMatch)) {