HomeSort by relevance Sort by last modified time
    Searched refs:ucp_L (Results 1 - 7 of 7) 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 ||
826 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 */
649 { 573, PT_GC, ucp_L },
pcre2_substitute.c 666 if (PRIV(ucp_gentype)[type] == ucp_L &&
768 if (PRIV(ucp_gentype)[type] == ucp_L &&
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]

Completed in 222 milliseconds