Home | History | Annotate | Download | only in i18n

Lines Matching refs:suf

3232     UnicodeString suf;
3250 suf = decfmt->getNegativeSuffix(suf);
3253 suf = decfmt->getPositiveSuffix(suf);
3258 if (suf.length() <= 0) {
3263 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
3266 textPreMatch = compareSimpleAffix(suf,text,start);
3269 textPostMatch = compareSimpleAffix(suf,text,start-suf.length());
3276 return start - suf.length();