Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c196 #define PCRE16_MODE 16 macro
330 #define DEFAULT_TEST_MODE PCRE16_MODE
898 (test_mode == PCRE16_MODE)? (t)(G(a,16)->b) : (t)(G(a,32)->b))
902 (test_mode == PCRE16_MODE)? (t)G(x,16) : (t)G(x,32))
906 (test_mode == PCRE16_MODE)? (uint32_t)(((PCRE2_SPTR16)(a))[b]) : \
912 else if (test_mode == PCRE16_MODE) \
917 (test_mode == PCRE16_MODE)? G(a,16)->b : G(a,32)->b)
922 else if (test_mode == PCRE16_MODE) \
929 else if (test_mode == PCRE16_MODE) \
937 else if (test_mode == PCRE16_MODE) \
[all …]