Home | History | Annotate | Download | only in i18n

Lines Matching defs:suf

3663     UnicodeString suf;
3681 suf = decfmt->getNegativeSuffix(suf);
3684 suf = decfmt->getPositiveSuffix(suf);
3689 if (suf.length() <= 0) {
3694 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
3697 textPreMatch = compareSimpleAffix(suf,text,start);
3700 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3707 return start - suf.length();