Searched refs:PCRE_UCHAR16 (Results 1 – 9 of 9) sorted by relevance
/external/pcre/ |
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 *,
|
/external/pcre/dist/ |
D | pcre_get.c | 155 PCRE_UCHAR16 **firstptr, PCRE_UCHAR16 **lastptr) in pcre_get_stringtable_entries() 226 *firstptr = (PCRE_UCHAR16 *)first; in pcre_get_stringtable_entries() 227 *lastptr = (PCRE_UCHAR16 *)last; in pcre_get_stringtable_entries() 276 PCRE_UCHAR16 *first, *last; in get_first_set() 340 int stringnumber, PCRE_UCHAR16 *buffer, int size) in pcre_copy_substring() 397 PCRE_UCHAR16 *buffer, int size) in pcre_copy_named_substring()
|
D | pcre16_utf16_utils.c | 85 pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *output, PCRE_SPTR16 input, in pcre16_utf16_to_host_byte_order()
|
D | pcre.h.generic | 342 /* If PCRE is compiled with 16 bit character support, PCRE_UCHAR16 must contain 345 #ifndef PCRE_UCHAR16 346 #define PCRE_UCHAR16 unsigned short 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 *,
|
D | pcre.h.in | 342 /* 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 **); 650 PCRE_EXP_DECL int pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *,
|
D | pcre_jit_test.c | 832 PCRE_UCHAR16 null_str[1] = { 0 }; in tables() 974 static int convert_utf8_to_utf16(const char *input, PCRE_UCHAR16 *output, int *offsetmap, int max_l… in convert_utf8_to_utf16() 977 PCRE_UCHAR16 *optr = output; in convert_utf8_to_utf16() 1022 static int copy_char8_to_char16(const char *input, PCRE_UCHAR16 *output, int max_length) in copy_char8_to_char16() 1025 PCRE_UCHAR16 *optr = output; in copy_char8_to_char16() 1039 static PCRE_UCHAR16 regtest_buf16[REGTEST_MAX_LENGTH16]; 1145 PCRE_UCHAR16 *mark16_1, *mark16_2; in regression_tests()
|
D | pcre_internal.h | 273 #error Warning: PCRE_UCHAR16 is not a 16 bit data type.
|
D | pcretest.c | 337 count, (PCRE_SPTR16)namesptr, (PCRE_UCHAR16 *)cbuffer, size/2) 341 (PCRE_UCHAR16 *)cbuffer, size/2)
|
/external/pcre/dist/doc/ |
D | pcre.txt | 228 PCRE_UCHAR16 *buffer, int buffersize); 231 int stringcount, int stringnumber, PCRE_UCHAR16 *buffer, 243 PCRE_SPTR16 name, PCRE_UCHAR16 **first, PCRE_UCHAR16 **last); 296 int pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *output, 342 PCRE_UCHAR16 specifies an appropriate data type, and PCRE_SPTR16 is 343 defined as "const PCRE_UCHAR16 *". In very many environments, "short 344 int" is a 16-bit data type. When PCRE is built, it defines PCRE_UCHAR16 3106 "PCRE_UCHAR16 **". 4419 const PCRE_UCHAR16 *mark; (16-bit version)
|