Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_digit

494          * This assumption is used in the implementation of u_digit()
686 /* test u_digit() */
726 if(u_digit(data[i].c, data[i].radix)!=data[i].value) {
727 log_err("u_digit(U+%04x, %d)=%d expected %d\n",
730 u_digit(data[i].c, data[i].radix),