Home | History | Annotate | Download | only in i18n

Lines Matching refs:suf

3150     UnicodeString suf;
3168 suf = decfmt->getNegativeSuffix(suf);
3171 suf = decfmt->getPositiveSuffix(suf);
3176 if (suf.length() <= 0) {
3181 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
3184 textPreMatch = compareSimpleAffix(suf,text,start);
3187 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3194 return start - suf.length();