OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ecmascript
(Results
26 - 50
of
183
) sorted by null
1
2
3
4
5
6
7
8
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.swap/
swap.pass.cpp
24
assert(r1.flags() == std::regex::
ECMAScript
);
26
assert(r2.flags() == std::regex::
ECMAScript
);
/external/libcxx/test/std/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);
copy.pass.cpp
23
assert(r2.flags() == std::regex::
ECMAScript
);
ptr.pass.cpp
24
assert(r.flags() == std::regex_constants::
ECMAScript
);
/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);
copy.pass.cpp
23
assert(r2.flags() == std::regex::
ECMAScript
);
ptr.pass.cpp
24
assert(r.flags() == std::regex_constants::
ECMAScript
);
/external/skia/src/animator/
SkDisplayType.h
32
SkType_Math, // for
ecmascript
compatible Math functions and constants
33
SkType_Number, // for for
ecmascript
compatible Number functions and constants
/external/libcxx/test/std/re/re.regex/re.regex.assign/
copy.pass.cpp
24
assert(r2.flags() == std::regex::
ECMAScript
);
il.pass.cpp
24
assert(r2.flags() == std::regex::
ECMAScript
);
ptr.pass.cpp
23
assert(r2.flags() == std::regex::
ECMAScript
);
string.pass.cpp
24
assert(r2.flags() == std::regex::
ECMAScript
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/
assign.pass.cpp
24
assert(r2.flags() == std::regex::
ECMAScript
);
copy.pass.cpp
24
assert(r2.flags() == std::regex::
ECMAScript
);
il.pass.cpp
24
assert(r2.flags() == std::regex::
ECMAScript
);
ptr.pass.cpp
23
assert(r2.flags() == std::regex::
ECMAScript
);
string.pass.cpp
24
assert(r2.flags() == std::regex::
ECMAScript
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
/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
/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
/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
/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
/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
Completed in 245 milliseconds
1
2
3
4
5
6
7
8