Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h271 #define UCHAR_SHIFT (1) macro
272 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)
279 #define UCHAR_SHIFT (2) macro
280 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT)

Completed in 19 milliseconds