Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcretest.c497 PCRE32_MODE enumerator
514 if (pcre_mode == PCRE32_MODE) \
522 if (pcre_mode == PCRE32_MODE) \
530 if (pcre_mode == PCRE32_MODE) \
538 if (pcre_mode == PCRE32_MODE) \
546 if (pcre_mode == PCRE32_MODE) \
553 #define STRLEN(p) (pcre_mode == PCRE32_MODE ? STRLEN32(p) : pcre_mode == PCRE16_MODE ? STRLEN16(p) …
556 if (pcre_mode == PCRE32_MODE) \
564 if (pcre_mode == PCRE32_MODE) \
575 if (pcre_mode == PCRE32_MODE) \
[all …]