Home
last modified time | relevance | path

Searched refs:xdigitab (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c74 #define XDIGIT(c) xdigitab[c]
77 #define XDIGIT(c) (MAX_255(c)? xdigitab[c] : 0xff)
420 static const uint8_t xdigitab[] = variable
459 static const uint8_t xdigitab[] = variable

Completed in 22 milliseconds