OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcre_internal
(Results
1 - 3
of
3
) sorted by null
/external/webkit/JavaScriptCore/pcre/
dftables
54
my %
pcre_internal
;
88
"/* This table is a lower casing table. */\n\n", $
pcre_internal
{tables_length});
90
if ($
pcre_internal
{lcc_offset} != 0) {
108
if ($
pcre_internal
{fcc_offset} != 128) {
130
if ($
pcre_internal
{cbits_offset} != $
pcre_internal
{fcc_offset} + 128) {
134
my @cbit_table = (0) x $
pcre_internal
{cbit_length};
136
$cbit_table[$
pcre_internal
{cbit_digit} + $i / 8] |= 1 << ($i & 7);
138
$cbit_table[$
pcre_internal
{cbit_word} + ord('_') / 8] |= 1 << (ord('_') & 7);
142
$cbit_table[$
pcre_internal
{cbit_word} + $i / 8] |= 1 << ($i & 7)
[
all
...]
/external/webkit/JavaScriptCore/
Android.v8.wtf.mk
63
$(CHARTABLES): $(LOCAL_PATH)/pcre/
pcre_internal
.h
Android.mk
228
$(CHARTABLES): $(LOCAL_PATH)/pcre/
pcre_internal
.h
Completed in 2331 milliseconds