/external/pcre/dist2/src/ |
D | pcre2_study.c | 726 #if PCRE2_CODE_UNIT_WIDTH != 8 in set_table_bit() 738 #if PCRE2_CODE_UNIT_WIDTH == 8 in set_table_bit() 740 #elif PCRE2_CODE_UNIT_WIDTH == 16 in set_table_bit() 752 #if PCRE2_CODE_UNIT_WIDTH == 8 in set_table_bit() 798 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH == 8 in set_type_bits() 839 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH == 8 in set_nottype_bits() 879 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH == 8 in set_start_bits() 993 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH == 8 in set_start_bits() 1166 #if PCRE2_CODE_UNIT_WIDTH != 8 in set_start_bits() 1205 #if PCRE2_CODE_UNIT_WIDTH != 8 in set_start_bits() [all …]
|
D | pcre2_intmodedep.h | 101 #if PCRE2_CODE_UNIT_WIDTH == 8 137 #elif PCRE2_CODE_UNIT_WIDTH == 16 165 #elif PCRE2_CODE_UNIT_WIDTH == 32 191 #if PCRE2_CODE_UNIT_WIDTH == 8 209 #if PCRE2_CODE_UNIT_WIDTH == 8 272 #if PCRE2_CODE_UNIT_WIDTH == 8 358 #elif PCRE2_CODE_UNIT_WIDTH == 16 540 #define CU2BYTES(x) ((x)*((PCRE2_CODE_UNIT_WIDTH/8))) 541 #define BYTES2CU(x) ((x)/((PCRE2_CODE_UNIT_WIDTH/8)))
|
D | pcre2_ord2utf.c | 85 #if PCRE2_CODE_UNIT_WIDTH == 8 in PRIV() 100 #elif PCRE2_CODE_UNIT_WIDTH == 16 in PRIV()
|
D | pcre2_jit_compile.c | 457 #if PCRE2_CODE_UNIT_WIDTH == 8 475 #if PCRE2_CODE_UNIT_WIDTH == 8 478 #elif PCRE2_CODE_UNIT_WIDTH == 16 480 #elif PCRE2_CODE_UNIT_WIDTH == 32 487 #if PCRE2_CODE_UNIT_WIDTH == 8 490 #elif PCRE2_CODE_UNIT_WIDTH == 16 492 #elif PCRE2_CODE_UNIT_WIDTH == 32 534 #if PCRE2_CODE_UNIT_WIDTH == 8 538 #elif PCRE2_CODE_UNIT_WIDTH == 16 543 #elif PCRE2_CODE_UNIT_WIDTH == 32 [all …]
|
D | pcre2_newline.c | 123 #if PCRE2_CODE_UNIT_WIDTH == 8 in PRIV() 219 #if PCRE2_CODE_UNIT_WIDTH == 8 in PRIV()
|
D | pcre2.h.in | 559 re-defined to use PCRE2_CODE_UNIT_WIDTH, for use when macros such as 706 /* PCRE2_CODE_UNIT_WIDTH must be defined. If it is 8, 16, or 32, redefine 711 #ifndef PCRE2_CODE_UNIT_WIDTH 712 #error PCRE2_CODE_UNIT_WIDTH must be defined before including pcre2.h. 714 #else /* PCRE2_CODE_UNIT_WIDTH is defined */ 715 #if PCRE2_CODE_UNIT_WIDTH == 8 || \ 716 PCRE2_CODE_UNIT_WIDTH == 16 || \ 717 PCRE2_CODE_UNIT_WIDTH == 32 718 #define PCRE2_SUFFIX(a) PCRE2_GLUE(a, PCRE2_CODE_UNIT_WIDTH) 719 #elif PCRE2_CODE_UNIT_WIDTH == 0 [all …]
|
D | pcre2.h.generic | 559 re-defined to use PCRE2_CODE_UNIT_WIDTH, for use when macros such as 706 /* PCRE2_CODE_UNIT_WIDTH must be defined. If it is 8, 16, or 32, redefine 711 #ifndef PCRE2_CODE_UNIT_WIDTH 712 #error PCRE2_CODE_UNIT_WIDTH must be defined before including pcre2.h. 714 #else /* PCRE2_CODE_UNIT_WIDTH is defined */ 715 #if PCRE2_CODE_UNIT_WIDTH == 8 || \ 716 PCRE2_CODE_UNIT_WIDTH == 16 || \ 717 PCRE2_CODE_UNIT_WIDTH == 32 718 #define PCRE2_SUFFIX(a) PCRE2_GLUE(a, PCRE2_CODE_UNIT_WIDTH) 719 #elif PCRE2_CODE_UNIT_WIDTH == 0 [all …]
|
D | pcre2_pattern_info.c | 116 if ((re->flags & (PCRE2_CODE_UNIT_WIDTH/8)) == 0) return PCRE2_ERROR_BADMODE; in pcre2_pattern_info() 270 if ((re->flags & (PCRE2_CODE_UNIT_WIDTH/8)) == 0) return PCRE2_ERROR_BADMODE; in pcre2_callout_enumerate() 365 #if defined SUPPORT_UNICODE || PCRE2_CODE_UNIT_WIDTH != 8 in pcre2_callout_enumerate()
|
D | pcre2_valid_utf.c | 101 #if PCRE2_CODE_UNIT_WIDTH == 8 in PRIV() 321 #elif PCRE2_CODE_UNIT_WIDTH == 16 in PRIV()
|
D | pcre2_printint.c | 102 #if PCRE2_CODE_UNIT_WIDTH == 8 in print_char() 104 #elif PCRE2_CODE_UNIT_WIDTH == 16 in print_char() 134 #if PCRE2_CODE_UNIT_WIDTH == 8 in print_char() 164 #if PCRE2_CODE_UNIT_WIDTH == 16 in print_char() 179 #if PCRE2_CODE_UNIT_WIDTH == 32 in print_char()
|
D | pcre2_error.c | 109 "\\C is not allowed in a lookbehind assertion in UTF-" XSTRING(PCRE2_CODE_UNIT_WIDTH) " mode\0"
|
D | pcre2_match.c | 3059 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 3117 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 3179 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 3623 #if PCRE2_CODE_UNIT_WIDTH == 8 in match() 4788 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 4810 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 4830 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 4849 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 4870 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() 5401 #if PCRE2_CODE_UNIT_WIDTH != 8 in match() [all …]
|
D | pcre2_dfa_match.c | 955 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 32 in internal_dfa_match() 979 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 32 in internal_dfa_match() 2776 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 32 in internal_dfa_match() 2881 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 32 in internal_dfa_match() 2963 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 32 in internal_dfa_match() 3164 if ((re->flags & PCRE2_MODE_MASK) != PCRE2_CODE_UNIT_WIDTH/8) in pcre2_dfa_match() 3290 #if PCRE2_CODE_UNIT_WIDTH != 32 in pcre2_dfa_match() 3298 #if PCRE2_CODE_UNIT_WIDTH == 8 in pcre2_dfa_match() 3339 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 8 in pcre2_dfa_match() 3360 #if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 8 in pcre2_dfa_match() [all …]
|
D | dftables.c | 56 #define PCRE2_CODE_UNIT_WIDTH 0 /* Must be set, but not relevant here */ macro
|
D | pcre2_internal.h | 1824 #if defined PCRE2_CODE_UNIT_WIDTH && PCRE2_CODE_UNIT_WIDTH != 0 1828 #if defined EBCDIC && PCRE2_CODE_UNIT_WIDTH != 8 1834 #define MAX_NON_UTF_CHAR (0xffffffffU >> (32 - PCRE2_CODE_UNIT_WIDTH)) 1843 #if PCRE2_CODE_UNIT_WIDTH == 8
|
D | pcre2_xclass.c | 74 #if PCRE2_CODE_UNIT_WIDTH == 8 in PRIV()
|
D | pcre2_compile.c | 67 #if PCRE2_CODE_UNIT_WIDTH == 8 74 #if PCRE2_CODE_UNIT_WIDTH == 16 1548 #if defined SUPPORT_UNICODE || PCRE2_CODE_UNIT_WIDTH != 8 in could_be_empty_branch() 1558 #if defined SUPPORT_UNICODE || PCRE2_CODE_UNIT_WIDTH != 8 in could_be_empty_branch() 2089 #if PCRE2_CODE_UNIT_WIDTH == 8 in PRIV() 2108 #if PCRE2_CODE_UNIT_WIDTH == 32 in PRIV() 2112 #if PCRE2_CODE_UNIT_WIDTH == 8 in PRIV() 2114 #elif PCRE2_CODE_UNIT_WIDTH == 16 in PRIV() 2116 #elif PCRE2_CODE_UNIT_WIDTH == 32 in PRIV() 2170 #if PCRE2_CODE_UNIT_WIDTH == 32 in PRIV() [all …]
|
D | pcre2demo.c | 54 #define PCRE2_CODE_UNIT_WIDTH 8 macro
|
D | pcre2_substitute.c | 336 #if PCRE2_CODE_UNIT_WIDTH == 8 in pcre2_substitute() 339 #elif PCRE2_CODE_UNIT_WIDTH == 16 in pcre2_substitute()
|
D | pcre2_auto_possess.c | 664 #if PCRE2_CODE_UNIT_WIDTH == 8 in compare_opcodes() 670 #if PCRE2_CODE_UNIT_WIDTH == 8 in compare_opcodes()
|
D | pcre2_substring.c | 218 (size + 1)*PCRE2_CODE_UNIT_WIDTH, (pcre2_memctl *)match_data); in pcre2_substring_get_bynumber()
|
D | pcre2_tables.c | 94 defined PCRE2_CODE_UNIT_WIDTH && \ 95 PCRE2_CODE_UNIT_WIDTH == 8)
|
D | pcre2test.c | 229 #define PCRE2_CODE_UNIT_WIDTH 0 macro 268 #undef PCRE2_CODE_UNIT_WIDTH 271 #define PCRE2_CODE_UNIT_WIDTH 8 macro 275 #undef PCRE2_CODE_UNIT_WIDTH 280 #define PCRE2_CODE_UNIT_WIDTH 16 macro 284 #undef PCRE2_CODE_UNIT_WIDTH 289 #define PCRE2_CODE_UNIT_WIDTH 32 macro 293 #undef PCRE2_CODE_UNIT_WIDTH 306 #define PCRE2_CODE_UNIT_WIDTH 8 macro 310 #undef PCRE2_CODE_UNIT_WIDTH
|
/external/pcre/include/ |
D | pcre2.h | 5 #define PCRE2_CODE_UNIT_WIDTH 8 macro
|
/external/pcre/dist2/ |
D | CMakeLists.txt | 506 PROPERTY COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=8) 510 PROPERTY COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=8) 529 PROPERTY COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=16) 547 PROPERTY COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=32) 565 PROPERTY COMPILE_DEFINITIONS PCRE2_CODE_UNIT_WIDTH=8)
|