Home | History | Annotate | Download | only in i18n

Lines Matching refs:suf

3638     UnicodeString suf;
3656 suf = decfmt->getNegativeSuffix(suf);
3659 suf = decfmt->getPositiveSuffix(suf);
3664 if (suf.length() <= 0) {
3669 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
3672 textPreMatch = compareSimpleAffix(suf,text,start);
3675 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3682 return start - suf.length();