Home
last modified time | relevance | path

Searched refs:Octal (Results 1 – 16 of 16) sorted by relevance

/external/v8/test/webkit/fast/js/
Dnumeric-escapes-in-string-literals-expected.txt32 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
34 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
40 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
42 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
44 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
46 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
48 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
50 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
52 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
54 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
[all …]
Dbasic-strict-mode-expected.txt120 PASS 'use strict'; 007; threw exception SyntaxError: Octal literals are not allowed in strict mode..
121 PASS (function(){'use strict'; 007;}) threw exception SyntaxError: Octal literals are not allowed i…
122 PASS 'use strict'; '\007'; threw exception SyntaxError: Octal literals are not allowed in strict mo…
123 PASS (function(){'use strict'; '\007';}) threw exception SyntaxError: Octal literals are not allowe…
124 PASS '\007'; 'use strict'; threw exception SyntaxError: Octal literals are not allowed in strict mo…
125 PASS (function(){'\007'; 'use strict';}) threw exception SyntaxError: Octal literals are not allowe…
Dregexp-no-extensions-expected.txt42 Octal escape sequences are in Annex B of the standard.
/external/regex-re2/re2/
Dre2.h684 static inline Arg Octal(short* x);
685 static inline Arg Octal(unsigned short* x);
686 static inline Arg Octal(int* x);
687 static inline Arg Octal(unsigned int* x);
688 static inline Arg Octal(long* x);
689 static inline Arg Octal(unsigned long* x);
690 static inline Arg Octal(long long* x);
691 static inline Arg Octal(unsigned long long* x);
835 inline RE2::Arg RE2::Octal(type* ptr) { \
/external/pcre/dist/
Dpcrecpparg.h.in44 // Hex/Octal/Binary?
149 inline Arg Octal(type* ptr) { \
Dpcrecpparg.h149 inline Arg Octal(type* ptr) { \
Dpcrecpp_unittest.cc50 using pcrecpp::Octal;
159 CHECK(RE("([0-7]+)[uUlL]*").FullMatch(#value, Octal(&v))); \ in RadixTests()
/external/pcre/
Dpcrecpparg.h149 inline Arg Octal(type* ptr) { \
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp677 bool Hex, Octal; member
742 Info.Hex = Info.Octal = false; in getLiteralInfo()
746 Info.Octal = true; in getLiteralInfo()
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
/external/regex-re2/util/
Dpcre.h663 inline PCRE::Arg Octal(type* ptr) { \
/external/v8/test/cctest/
Dtest-conversions.cc58 TEST(Octal) { in TEST() argument
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g495 | // Octal
/external/ltrace/
DNEWS111 *** Octal lens renamed to "oct"
/external/regex-re2/re2/testing/
Dre2_test.cc52 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \ in TEST()
/external/icu/icu4c/source/test/testdata/
Dregextst.txt667 # Octal Escaping. This conforms to Java conventions, not Perl.
/external/pcre/dist/doc/
Dpcre.txt8238 2. Octal numbers up to \777 are recognized, and in UTF-8 mode they
10059 pointer with a call to one of the operators Hex(), Octal(), or CRadix()
10068 pcrecpp::Octal(&a), pcrecpp::Hex(&b),