Home | History | Annotate | Download | only in i18n

Lines Matching refs:suf

3437     UnicodeString suf;
3455 suf = decfmt->getNegativeSuffix(suf);
3458 suf = decfmt->getPositiveSuffix(suf);
3463 if (suf.length() <= 0) {
3468 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
3471 textPreMatch = compareSimpleAffix(suf,text,start);
3474 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3481 return start - suf.length();