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

  /external/webkit/JavaScriptCore/pcre/
dftables 130 if ($pcre_internal{cbits_offset} != $pcre_internal{fcc_offset} + 128) {
131 die "cbits_offset != fcc_offset + 128";
171 if ($pcre_internal{ctypes_offset} != $pcre_internal{cbits_offset} + $pcre_internal{cbit_length}) {
172 die "ctypes_offset != cbits_offset + cbit_length";
231 cbits_offset
pcre_internal.h 66 #define cbits_offset 256 macro
67 #define ctypes_offset (cbits_offset + cbit_length)
398 static const unsigned char* charClassBitmaps = jsc_pcre_default_tables + cbits_offset;

Completed in 261 milliseconds