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

  /external/pcre/
pcre_xclass.c 115 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
116 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
120 if ((data[1] == _pcre_ucp_gentype[prop->chartype]) == (t == XCL_PROP))
125 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
133 if ((_pcre_ucp_gentype[prop->chartype] == ucp_L ||
134 _pcre_ucp_gentype[prop->chartype] == ucp_N) == (t == XCL_PROP))
139 if ((_pcre_ucp_gentype[prop->chartype] == ucp_Z ||
146 if ((_pcre_ucp_gentype[prop->chartype] == ucp_Z ||
153 if ((_pcre_ucp_gentype[prop->chartype] == ucp_L |
    [all...]
pcre_dfa_exec.c     [all...]
pcre_compile.c     [all...]
pcre_exec.c     [all...]
  /external/openssl/crypto/asn1/
charmap.pl 67 /* Auto generated with chartype.pl script.

Completed in 476 milliseconds