Home | History | Annotate | Download | only in unicode

Lines Matching full:radix

3036  * specified radix.
3038 * If the radix is not in the range <code>2<=radix<=36</code> or if the
3040 * radix, <code>-1</code> is returned. A character is a valid digit
3061 * @param radix the radix.
3063 * specified radix,
3064 * or -1 if there is no value or if the value exceeds the radix.
3073 u_digit(UChar32 ch, int8_t radix);
3077 * the specified radix. If the value of <code>radix</code> is not a
3078 * valid radix, or the value of <code>digit</code> is not a valid
3079 * digit in the specified radix, the null character
3082 * The <code>radix</code> argument is valid if it is greater than or
3085 * <code>0 <= digit < radix</code>.
3094 * @param radix the radix.
3096 * in the specified radix.
3104 u_forDigit(int32_t digit, int8_t radix);