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

  /external/webkit/JavaScriptCore/pcre/
dftables 169 $pcre_internal{ctype_space}, $pcre_internal{ctype_xdigit}, $pcre_internal{ctype_word});
186 $x += $pcre_internal{ctype_word};
233 ctype_word
pcre_internal.h 51 #define ctype_word 0x10 /* alphameric or '_' */ macro
410 return c < 128 && (charTypeForChar(c) & ctype_word);

Completed in 280 milliseconds