/external/pcre/ |
pcre.h | 349 #ifndef PCRE_SPTR16 350 #define PCRE_SPTR16 const PCRE_UCHAR16 * 445 PCRE_SPTR16 subject; /* The subject being matched */ 542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *, 548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, 557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16, 558 int *, int, PCRE_SPTR16, PCRE_UCHAR16 *, int); 563 PCRE_EXP_DECL int pcre16_copy_substring(PCRE_SPTR16, int *, int, int, 570 PCRE_SPTR16, int, int, int, int *, int , int *, int); 576 PCRE_SPTR16, int, int, int, int *, int) [all...] |
/external/pcre/dist/ |
pcre_get.c | 73 pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname) 154 pcre16_get_stringtable_entries(const pcre16 *code, PCRE_SPTR16 stringname, 264 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector) 339 pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount, 395 pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject, 396 int *ovector, int stringcount, PCRE_SPTR16 stringname, 445 pcre16_get_substring_list(PCRE_SPTR16 subject, int *ovector, int stringcount, 446 PCRE_SPTR16 **listptr) 468 *listptr = (PCRE_SPTR16 *)stringlist; 506 pcre16_free_substring_list(PCRE_SPTR16 *pointer [all...] |
pcre.h.generic | 349 #ifndef PCRE_SPTR16 350 #define PCRE_SPTR16 const PCRE_UCHAR16 * 445 PCRE_SPTR16 subject; /* The subject being matched */ 542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *, 548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, 557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16, 558 int *, int, PCRE_SPTR16, PCRE_UCHAR16 *, int); 563 PCRE_EXP_DECL int pcre16_copy_substring(PCRE_SPTR16, int *, int, int, 570 PCRE_SPTR16, int, int, int, int *, int , int *, int); 576 PCRE_SPTR16, int, int, int, int *, int) [all...] |
pcre.h.in | 349 #ifndef PCRE_SPTR16 350 #define PCRE_SPTR16 const PCRE_UCHAR16 * 445 PCRE_SPTR16 subject; /* The subject being matched */ 542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *, 548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, 557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16, 558 int *, int, PCRE_SPTR16, PCRE_UCHAR16 *, int); 563 PCRE_EXP_DECL int pcre16_copy_substring(PCRE_SPTR16, int *, int, int, 570 PCRE_SPTR16, int, int, int, int *, int , int *, int); 576 PCRE_SPTR16, int, int, int, int *, int) [all...] |
pcre16_utf16_utils.c | 85 pcre16_utf16_to_host_byte_order(PCRE_UCHAR16 *output, PCRE_SPTR16 input,
|
pcretest.c | 310 lv = pchars16((PCRE_SPTR16)(p) + offset, len, f) 313 (void)pchars16((PCRE_SPTR16)(p) + offset, len, f) 318 #define STRLEN16(p) ((int)strlen16((PCRE_SPTR16)p)) 331 re = (pcre *)pcre16_compile((PCRE_SPTR16)pat, options, error, erroffset, \ 336 rc = pcre16_copy_named_substring((pcre16 *)re, (PCRE_SPTR16)bptr, offsets, \ 337 count, (PCRE_SPTR16)namesptr, (PCRE_UCHAR16 *)cbuffer, size/2) 340 rc = pcre16_copy_substring((PCRE_SPTR16)bptr, offsets, count, i, \ 346 (PCRE_SPTR16)bptr, len, start_offset, options, offsets, size_offsets, \ 351 count = pcre16_exec((pcre16 *)re, (pcre16_extra *)extra, (PCRE_SPTR16)bptr, \ 358 pcre16_free_substring((PCRE_SPTR16)substring [all...] |
pcre_dfa_exec.c | [all...] |
pcre_exec.c | [all...] |
pcre_compile.c | [all...] |
pcre_jit_compile.c | [all...] |