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

  /external/pcre/dist2/src/
pcre2_xclass.c 164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
pcre2_ucp.h 60 ucp_L, /* Letter */
pcre2_auto_possess.c 170 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
172 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
858 Example: the row for WORD contains ucp_L, ucp_N, ucp_P, ucp_Po.
    [all...]
pcre2_tables.c 129 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
699 { 625, PT_GC, ucp_L },
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_substitute.c 696 if (PRIV(ucp_gentype)[type] == ucp_L &&
798 if (PRIV(ucp_gentype)[type] == ucp_L &&
pcre2_match.c     [all...]
pcre2_compile.c 677 PT_GC, ucp_L, /* alpha */
    [all...]

Completed in 2843 milliseconds