Home
last modified time | relevance | path

Searched refs:PCRE16_MODE (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c215 #define PCRE16_MODE 16 macro
349 #define DEFAULT_TEST_MODE PCRE16_MODE
992 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b))
996 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32))
1000 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \
1006 else if (test_mode == PCRE16_MODE) \
1013 else if (test_mode == PCRE16_MODE) \
1021 else if (test_mode == PCRE16_MODE) \
1026 (test_mode == PCRE16_MODE)? G(a,16)->b : G(a,32)->b)
1031 else if (test_mode == PCRE16_MODE) \
[all …]