Home | History | Annotate | Download | only in i18n

Lines Matching refs:isNegative

1086     UBool isNegative = !adjustedNum.isPositive();
1098 int32_t prefixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, TRUE);
1105 int32_t suffixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, FALSE);
2073 * @param isNegative
2086 UBool isNegative,
2102 if (isNegative) {
3151 * @param isNegative
3156 UBool isNegative, UBool isPrefix) const {
3162 affixPat = isNegative ? fNegPrefixPattern : fPosPrefixPattern;
3164 affixPat = isNegative ? fNegSuffixPattern : fPosSuffixPattern;
3185 affix = isNegative ? &oneSet->negPrefixForCurrency :
3188 affix = isNegative ? &oneSet->negSuffixForCurrency :
3193 affix = isNegative ? &fNegativePrefix : &fPositivePrefix;
3195 affix = isNegative ? &fNegativeSuffix : &fPositiveSuffix;