Home | History | Annotate | Download | only in i18n

Lines Matching refs:fNegativeSuffix

625                             fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix);
654 fNegativePrefix, fNegativeSuffix, fPositivePrefix, fPositiveSuffix);
726 fNegativeSuffix = rhs.fNegativeSuffix;
841 fNegativeSuffix == other->fNegativeSuffix)
848 debugout(fNegativeSuffix);
856 debugout(other->fNegativeSuffix);
951 fNegativeSuffix == other->fNegativeSuffix)
1038 } else if(fNegativeSuffix.length()>0) {
2071 &fNegativePrefix, &fNegativeSuffix,
2739 patternToCompare = &fNegativeSuffix;
3314 result = fNegativeSuffix;
3324 fNegativeSuffix = newValue;
3741 expandAffix(*fNegSuffixPattern, fNegativeSuffix, 0, none, FALSE, pluralCount);
3750 .append((UnicodeString)";") .append(fNegativePrefix).append((UnicodeString)"|").append(fNegativeSuffix)
3991 affix = isNegative ? &fNegativeSuffix : &fPositiveSuffix;
4324 : fNegativePrefix.length() + fNegativeSuffix.length());
4348 fNegativeSuffix == fPositiveSuffix)
4380 appendAffixPattern(result, fNegSuffixPattern, fNegativeSuffix, localized);