Lines Matching full:decimal
2108 * True for characters with general category "Nd" (decimal digit numbers).
2110 * testing for the Numeric_Type of Decimal.
2152 * "L" (letters) and "Nd" (decimal digit numbers).
2172 * True for characters with general category "Nd" (decimal digit numbers)
2586 * Returns the decimal digit value of a decimal digit character.
2587 * Such characters have the general category "Nd" (decimal digit numbers)
2588 * and a Numeric_Type of Decimal.
2593 * instead of in decimal-positional notation.
2595 * Numeric instead of Decimal.
2601 * @param c the code point for which to get the decimal digit value
2602 * @return the decimal digit value of c,
2603 * or -1 if c is not a decimal digit character
2929 * "Nl" (letter numbers), "Nd" (decimal digits),
3134 * Returns the decimal digit value of the code point in the
3142 * <li>The character has a decimal digit value.
3143 * Such characters have the general category "Nd" (decimal digit numbers)
3144 * and a Numeric_Type of Decimal.
3145 * In this case the value is the character's decimal digit value.</li>