HomeSort by relevance Sort by last modified time
    Searched refs:NLBLOCK (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2_internal.h 467 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
478 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
479 ((p) < NLBLOCK->PSEND && \
480 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
481 &(NLBLOCK->nllen), utf)) \
483 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
484 UCHAR21TEST(p) == NLBLOCK->nl[0] && \
485 (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1])
    [all...]
pcre2_dfa_match.c 79 #define NLBLOCK mb /* Block containing newline information */
    [all...]
pcre2_match.c 59 #define NLBLOCK mb /* Block containing newline information */
863 NLBLOCK->nltype == NLTYPE_FIXED &&
864 NLBLOCK->nllen == 2 &&
865 UCHAR21TEST(Feptr) == NLBLOCK->nl[0])
    [all...]
pcre2_compile.c 46 #define NLBLOCK cb /* Block containing newline information */
    [all...]

Completed in 159 milliseconds