Home | History | Annotate | Download | only in i18n

Lines Matching refs:suf

3392     UnicodeString suf;
3410 suf = decfmt->getNegativeSuffix(suf);
3413 suf = decfmt->getPositiveSuffix(suf);
3418 if (suf.length() <= 0) {
3423 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
3426 textPreMatch = compareSimpleAffix(suf,text,start);
3429 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3436 return start - suf.length();