HomeSort by relevance Sort by last modified time
    Searched refs:ctype_space (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});
180 $x += $pcre_internal{ctype_space};
232 ctype_space
pcre_internal.h 49 #define ctype_space 0x01 macro
415 return (c < 128 && (charTypeForChar(c) & ctype_space)) || c == 0x00A0;

Completed in 25 milliseconds