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

/external/pcre/
H A Dpcre.h342 /* If PCRE is compiled with 16 bit character support, PCRE_UCHAR16 must contain
345 #ifndef PCRE_UCHAR16
346 #define PCRE_UCHAR16 unsigned short macro
350 #define PCRE_SPTR16 const PCRE_UCHAR16 *
396 PCRE_UCHAR16 **mark; /* For passing back a mark pointer */
456 const PCRE_UCHAR16 *mark; /* Pointer to current mark or NULL */
558 int *, int, PCRE_SPTR16, PCRE_UCHAR16 *, int);
564 PCRE_UCHAR16 *, int);
612 PCRE_UCHAR16 **, PCRE_UCHAR16 **);
[all...]

Completed in 155 milliseconds