Home | History | Annotate | Download | only in unicode

Lines Matching full:numeric

24  * \brief C++ API: Formattable is a thin wrapper for primitive numeric types.
49 * class which interconverts between the primitive numeric types
59 * efficiency, primitive numeric types are still stored directly
123 * Creates a Formattable object of an appropriate numeric type from a
282 * @return TRUE if this is a pure numeric object
301 * neither a numeric type nor a Measure, then 0 is returned and
327 * neither a numeric type nor a Measure, then 0 is returned and
344 * Gets the int64 value of this object. If this object is of a numeric
352 * neither a numeric type nor a Measure, then 0 is returned and
476 * Returns a numeric string representation of the number contained within this
477 * formattable, or NULL if this object does not contain numeric type.
487 * a numeric type.
569 * Sets the the numeric value from a decimal number string, and changes
570 * the type to to a numeric type appropriate for the number.
571 * The syntax of the number is a "numeric string"