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

  /external/webkit/JavaScriptCore/pcre/
dftables 138 $cbit_table[$pcre_internal{cbit_word} + ord('_') / 8] |= 1 << (ord('_') & 7);
142 $cbit_table[$pcre_internal{cbit_word} + $i / 8] |= 1 << ($i & 7);
230 cbit_word
pcre_internal.h 58 #define cbit_word 64 /* \w */ macro
pcre_compile.cpp 763 classbits[c] |= classBitmapForChar(c + cbit_word);
769 classbits[c] |= ~classBitmapForChar(c + cbit_word);
    [all...]

Completed in 1174 milliseconds