Searched refs:Octal (Results 1 – 16 of 16) sorted by relevance
/external/v8/test/webkit/fast/js/ |
D | numeric-escapes-in-string-literals-expected.txt | 32 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 …]
|
D | basic-strict-mode-expected.txt | 120 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…
|
D | regexp-no-extensions-expected.txt | 42 Octal escape sequences are in Annex B of the standard.
|
/external/regex-re2/re2/ |
D | re2.h | 684 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/ |
D | pcrecpparg.h.in | 44 // Hex/Octal/Binary? 149 inline Arg Octal(type* ptr) { \
|
D | pcrecpparg.h | 149 inline Arg Octal(type* ptr) { \
|
D | pcrecpp_unittest.cc | 50 using pcrecpp::Octal; 159 CHECK(RE("([0-7]+)[uUlL]*").FullMatch(#value, Octal(&v))); \ in RadixTests()
|
/external/pcre/ |
D | pcrecpparg.h | 149 inline Arg Octal(type* ptr) { \
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 677 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/ |
D | pcre.h | 663 inline PCRE::Arg Octal(type* ptr) { \
|
/external/v8/test/cctest/ |
D | test-conversions.cc | 58 TEST(Octal) { in TEST() argument
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | Python.g | 495 | // Octal
|
/external/ltrace/ |
D | NEWS | 111 *** Octal lens renamed to "oct"
|
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 52 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \ in TEST()
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 667 # Octal Escaping. This conforms to Java conventions, not Perl.
|
/external/pcre/dist/doc/ |
D | pcre.txt | 8238 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),
|