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

  /external/pcre/dist/
pcre_xclass.c 145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
146 prop->chartype == ucp_Lt) == isprop) return !negated;
150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
155 if ((data[1] == prop->chartype) == isprop) return !negated;
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE
    [all...]
pcre_dfa_exec.c     [all...]
pcre_exec.c 4181 int chartype; local
4911 int chartype; local
5431 int chartype; local
    [all...]
pcre_compile.c     [all...]
pcre_jit_compile.c     [all...]
  /external/boringssl/src/crypto/asn1/
charmap.pl 122 /* Auto generated with chartype.pl script.

Completed in 218 milliseconds