Searched refs:PCRE_UCHAR16 (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre.h | 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 **); 650 PCRE_EXP_DECL int pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *,
|
H A D | pcre_get.c | 153 PCRE_UCHAR16 **firstptr, PCRE_UCHAR16 **lastptr) in pcre_get_stringtable_entries() 224 *firstptr = (PCRE_UCHAR16 *)first; in pcre_get_stringtable_entries() 225 *lastptr = (PCRE_UCHAR16 *)last; in pcre_get_stringtable_entries() 274 PCRE_UCHAR16 *first, *last; in get_first_set() 338 int stringnumber, PCRE_UCHAR16 *buffer, int size) in pcre_copy_substring() 395 PCRE_UCHAR16 *buffer, int size) in pcre_copy_named_substring()
|
H A D | pcre_internal.h | 273 #error Warning: PCRE_UCHAR16 is not a 16 bit data type.
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 239 PCRE_UCHAR16 *buffer, int buffersize); 242 int stringcount, int stringnumber, PCRE_UCHAR16 *buffer, 254 PCRE_SPTR16 name, PCRE_UCHAR16 **first, PCRE_UCHAR16 **last); 307 int pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *output, 353 PCRE_UCHAR16 specifies an appropriate data type, and PCRE_SPTR16 is 354 defined as "const PCRE_UCHAR16 *". In very many environments, "short 355 int" is a 16-bit data type. When PCRE is built, it defines PCRE_UCHAR16 3117 "PCRE_UCHAR16 **". 4430 const PCRE_UCHAR16 *mark; (16-bit version)
|
Completed in 55 milliseconds