Searched refs:fNegativeSign (Results 1 – 2 of 2) sorted by relevance
30 fNegativeSign("-", -1, US_INV), fPositiveSign("+", -1, US_INV), in DigitFormatter()57 fNegativeSign = symbols.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in setOtherDecimalFormatSymbols()323 neg ? fNegativeSign : fPositiveSign, in formatExponent()349 result += neg ? fNegativeSign.countChar32() : fPositiveSign.countChar32(); in countChar32ForExponent()396 (fNegativeSign == rhs.fNegativeSign) && in equals()
223 UnicodeString fNegativeSign; variable