Home | History | Annotate | Download | only in src

Lines Matching refs:ctype_digit

921       if (chr < 256 && (cb->ctypes[chr] & ctype_digit) != 0) return FALSE;
925 if (chr > 255 || (cb->ctypes[chr] & ctype_digit) == 0) return FALSE;