HomeSort by relevance Sort by last modified time
    Searched full:digitab (Results 1 - 2 of 2) sorted by null

  /external/pcre/
pcre_compile.c 435 static const unsigned char digitab[] = variable
474 static const unsigned char digitab[] = variable
679 if (*p != CHAR_MINUS && (digitab[*p] & ctype_digit) == 0) break;
698 while ((digitab[ptr[1]] & ctype_digit) != 0)
751 while ((digitab[ptr[1]] & ctype_digit) != 0)
801 while ((digitab[*pt] & ctype_xdigit) != 0)
830 while (i++ < 2 && (digitab[ptr[1]] & ctype_xdigit) != 0)
    [all...]
ChangeLog     [all...]

Completed in 72 milliseconds