OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ECMAScript
(Results
1 - 16
of
16
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp
16
// flag_type f = regex_constants::
ECMAScript
);
50
test(F(s1.begin()), F(s1.end()), std::regex_constants::
ECMAScript
, 0);
51
test(F(s2.begin()), F(s2.end()), std::regex_constants::
ECMAScript
, 0);
52
test(F(s3.begin()), F(s3.end()), std::regex_constants::
ECMAScript
, 0);
53
test(F(s4.begin()), F(s4.end()), std::regex_constants::
ECMAScript
, 2);
string_flg.pass.cpp
16
// flag_type f = regex_constants::
ECMAScript
);
42
test(std::string("\\(a\\)"), std::regex_constants::
ECMAScript
, 0);
43
test(std::string("\\(a[bc]\\)"), std::regex_constants::
ECMAScript
, 0);
44
test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::
ECMAScript
, 0);
45
test(std::string("(a([bc]))"), std::regex_constants::
ECMAScript
, 2);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h
70
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
104
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
110
static constexpr syntax_option_type
ECMAScript
= 1 << _S_ECMAScript;
249
* new string is constructed using the rules used by the
ECMAScript
replace
250
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex.h
364
static constexpr regex_constants::syntax_option_type
ECMAScript
365
= regex_constants::
ECMAScript
;
384
: _M_flags(regex_constants::
ECMAScript
),
402
flag_type __f = regex_constants::
ECMAScript
)
457
flag_type __f = regex_constants::
ECMAScript
)
478
flag_type __f = regex_constants::
ECMAScript
)
492
flag_type __f = regex_constants::
ECMAScript
)
582
flag_type __flags = regex_constants::
ECMAScript
)
616
flag_type __f = regex_constants::
ECMAScript
)
639
flag_type __flags = regex_constants::
ECMAScript
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h
70
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
104
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
110
static constexpr syntax_option_type
ECMAScript
= 1 << _S_ECMAScript;
249
* new string is constructed using the rules used by the
ECMAScript
replace
250
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex.h
364
static constexpr regex_constants::syntax_option_type
ECMAScript
365
= regex_constants::
ECMAScript
;
384
: _M_flags(regex_constants::
ECMAScript
),
402
flag_type __f = regex_constants::
ECMAScript
)
457
flag_type __f = regex_constants::
ECMAScript
)
478
flag_type __f = regex_constants::
ECMAScript
)
492
flag_type __f = regex_constants::
ECMAScript
)
582
flag_type __flags = regex_constants::
ECMAScript
)
616
flag_type __f = regex_constants::
ECMAScript
)
639
flag_type __flags = regex_constants::
ECMAScript
)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
70
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
104
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
110
static constexpr syntax_option_type
ECMAScript
= 1 << _S_ECMAScript;
249
* new string is constructed using the rules used by the
ECMAScript
replace
250
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex.h
364
static constexpr regex_constants::syntax_option_type
ECMAScript
365
= regex_constants::
ECMAScript
;
384
: _M_flags(regex_constants::
ECMAScript
),
402
flag_type __f = regex_constants::
ECMAScript
)
457
flag_type __f = regex_constants::
ECMAScript
)
478
flag_type __f = regex_constants::
ECMAScript
)
492
flag_type __f = regex_constants::
ECMAScript
)
582
flag_type __flags = regex_constants::
ECMAScript
)
616
flag_type __f = regex_constants::
ECMAScript
)
639
flag_type __flags = regex_constants::
ECMAScript
)
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
70
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
104
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
110
static constexpr syntax_option_type
ECMAScript
= 1 << _S_ECMAScript;
249
* new string is constructed using the rules used by the
ECMAScript
replace
250
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex.h
365
static constexpr regex_constants::syntax_option_type
ECMAScript
366
= regex_constants::
ECMAScript
;
385
: _M_flags(regex_constants::
ECMAScript
),
403
flag_type __f = regex_constants::
ECMAScript
)
459
flag_type __f = regex_constants::
ECMAScript
)
480
flag_type __f = regex_constants::
ECMAScript
)
494
flag_type __f = regex_constants::
ECMAScript
)
584
flag_type __flags = regex_constants::
ECMAScript
)
618
flag_type __flags = regex_constants::
ECMAScript
)
641
flag_type __flags = regex_constants::
ECMAScript
)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
70
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
104
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
110
static constexpr syntax_option_type
ECMAScript
= 1 << _S_ECMAScript;
249
* new string is constructed using the rules used by the
ECMAScript
replace
250
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex.h
364
static constexpr regex_constants::syntax_option_type
ECMAScript
365
= regex_constants::
ECMAScript
;
384
: _M_flags(regex_constants::
ECMAScript
),
402
flag_type __f = regex_constants::
ECMAScript
)
457
flag_type __f = regex_constants::
ECMAScript
)
478
flag_type __f = regex_constants::
ECMAScript
)
492
flag_type __f = regex_constants::
ECMAScript
)
582
flag_type __flags = regex_constants::
ECMAScript
)
616
flag_type __f = regex_constants::
ECMAScript
)
639
flag_type __flags = regex_constants::
ECMAScript
)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
70
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
104
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
110
static constexpr syntax_option_type
ECMAScript
= 1 << _S_ECMAScript;
249
* new string is constructed using the rules used by the
ECMAScript
replace
250
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex.h
365
static constexpr regex_constants::syntax_option_type
ECMAScript
366
= regex_constants::
ECMAScript
;
385
: _M_flags(regex_constants::
ECMAScript
),
403
flag_type __f = regex_constants::
ECMAScript
)
459
flag_type __f = regex_constants::
ECMAScript
)
480
flag_type __f = regex_constants::
ECMAScript
)
494
flag_type __f = regex_constants::
ECMAScript
)
584
flag_type __flags = regex_constants::
ECMAScript
)
618
flag_type __flags = regex_constants::
ECMAScript
)
641
flag_type __flags = regex_constants::
ECMAScript
)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h
77
* elements @c
ECMAScript
, @c basic, @c extended, @c awk, @c grep, @c egrep
111
* that used by
ECMAScript
in ECMA-262 [Ecma International,
ECMAScript
117
constexpr syntax_option_type
ECMAScript
= 1 << _S_ECMAScript;
256
* new string is constructed using the rules used by the
ECMAScript
replace
257
* function in ECMA- 262 [Ecma International,
ECMAScript
Language
regex.h
354
static constexpr flag_type
ECMAScript
= regex_constants::
ECMAScript
;
368
: _M_flags(
ECMAScript
),
385
basic_regex(const _Ch_type* __p, flag_type __f =
ECMAScript
)
441
flag_type __f =
ECMAScript
)
462
flag_type __f =
ECMAScript
)
476
flag_type __f =
ECMAScript
)
565
assign(const _Ch_type* __p, flag_type __flags =
ECMAScript
)
599
flag_type __flags =
ECMAScript
)
622
flag_type __flags =
ECMAScript
)
[
all
...]
Completed in 639 milliseconds