Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c231 #define PCRE16_MODE 16 macro
365 #define DEFAULT_TEST_MODE PCRE16_MODE
1038 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b))
1042 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32))
1046 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \
1052 else if (test_mode == PCRE16_MODE) \
1059 else if (test_mode == PCRE16_MODE) \
1067 else if (test_mode == PCRE16_MODE) \
1072 (test_mode == PCRE16_MODE)? G(a,16)->b : G(a,32)->b)
1077 else if (test_mode == PCRE16_MODE) \
[all …]