Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds