Lines Matching refs:number
106 * Performs a mathematical operation on the number, formats it using
109 * @param number The number being formatted.
115 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const;
118 * Performs a mathematical operation on the number, formats it using
121 * @param number The number being formatted.
127 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const;
132 * mathematical operation on the number. The result of this operation
136 * @param The number being formatted
137 * @return The result of performing the opreration on the number
139 virtual int64_t transformNumber(int64_t number) const = 0;
143 * mathematical operation on the number. The result of this operation
147 * @param The number being formatted
148 * @return The result of performing the opreration on the number
150 virtual double transformNumber(double number) const = 0;