Home | History | Annotate | Download | only in unicode

Lines Matching full:numeric

196      * A numeric value, for example the offset or an explicit selector value
198 * The part value is an index into an internal array of numeric values;
294 * numeric value is defined for a part.
350 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
351 * The optional numeric Part between each (ARG_SELECTOR, message) pair
353 * otherwise the selector is a non-numeric identifier.
674 * Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.
676 * @return the part's numeric value, or UMSGPAT_NO_NUMERIC_VALUE if this is not a numeric part.
784 * Indicates whether the Part type has a numeric value.
785 * If so, then that numeric value can be retrieved via MessagePattern.getNumericValue().
787 * @return TRUE if the Part type has a numeric value.