Searched defs:digitab (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c582 static const pcre_uint8 digitab[] = variable
621 static const pcre_uint8 digitab[] = variable
1055 if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0
1056 && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0
1057 && MAX_255(ptr[3]) && (digitab[ptr[3]] & ctype_xdigit) != 0
1058 && MAX_255(ptr[4]) && (digitab[ptr[4]] & ctype_xdigit) != 0)
1307 if (MAX_255(ptr[1]) && (digitab[ptr[1]] & ctype_xdigit) != 0
1308 && MAX_255(ptr[2]) && (digitab[ptr[2]] & ctype_xdigit) != 0)
1344 while (MAX_255(*ptr) && (digitab[*ptr] & ctype_xdigit) != 0)
1372 while (MAX_255(*ptr) && (digitab[*pt
[all...]

Completed in 58 milliseconds