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

/external/pcre/dist/
H A Dpcre_internal.h250 The IN_UCHARS macro multiply its argument with the byte size of the current
264 #define IN_UCHARS(x) (x) macro
278 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT) macro
286 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT) macro

Completed in 856 milliseconds