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

  /external/webkit/JavaScriptCore/pcre/
dftables 108 if ($pcre_internal{fcc_offset} != 128) {
109 die "fcc_offset != 128";
130 if ($pcre_internal{cbits_offset} != $pcre_internal{fcc_offset} + 128) {
131 die "cbits_offset != fcc_offset + 128";
236 fcc_offset
pcre_internal.h 65 #define fcc_offset 128 macro
392 static const unsigned char* flippedCaseChars = jsc_pcre_default_tables + fcc_offset;

Completed in 15 milliseconds