OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:re_string
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/test/mjsunit/
regexp-global.js
145
var
re_string
= "(a)";
variable
147
re_string
= "(" +
re_string
+ ")";
149
re_string
=
re_string
+ "1";
150
//
re_string
= "(((...((a))...)))1"
169
regexps.push(new RegExp(
re_string
, "g"));
/external/chromium_org/third_party/re2/re2/testing/
re2_test.cc
[
all
...]
/external/regex-re2/re2/testing/
re2_test.cc
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
807
/* Inline functions for
re_string
. */
Completed in 751 milliseconds