HomeSort by relevance Sort by last modified time
    Searched refs:Octal (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/re2/re2/
re2.h 167 // PARSING HEX/OCTAL/C-RADIX NUMBERS
172 // Octal(), or CRadix() to interpret the text in another base. The
179 // RE2::Octal(&a), RE2::Hex(&b), RE2::CRadix(&c), RE2::CRadix(&d));
672 static inline Arg Octal(short* x);
673 static inline Arg Octal(unsigned short* x);
674 static inline Arg Octal(int* x);
675 static inline Arg Octal(unsigned int* x);
676 static inline Arg Octal(long* x);
677 static inline Arg Octal(unsigned long* x);
678 static inline Arg Octal(long long* x)
    [all...]
  /external/regex-re2/re2/
re2.h 167 // PARSING HEX/OCTAL/C-RADIX NUMBERS
172 // Octal(), or CRadix() to interpret the text in another base. The
179 // RE2::Octal(&a), RE2::Hex(&b), RE2::CRadix(&c), RE2::CRadix(&d));
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)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 42 // Tests for single digit octal and decimal escapes.
43 // In non-strict mode 0-7 are octal escapes, 8-9 are NonEscapeCharacters.
51 // Tests for multi-digit octal values outside strict mode;
52 // Octal literals may be 1-3 digits long. In strict more all multi-digit sequences are illegal.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 432 case Octal:
585 case Octal:
725 case Octal: {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 677 bool Hex, Octal;
742 Info.Hex = Info.Octal = false;
746 Info.Octal = true;
858 // Not easy to do int -> float with hex/octal and uncommon anyway.
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 245 Octal,
  /external/chromium_org/third_party/re2/util/
pcre.h 146 // PARSING HEX/OCTAL/C-RADIX NUMBERS
151 // Octal(), or CRadix() to interpret the text in another base. The
158 // Octal(&a), Hex(&b), CRadix(&c), CRadix(&d));
568 // Hex/Octal/Binary?
669 inline PCRE::Arg Octal(type* ptr) { \
  /external/chromium_org/v8/test/cctest/
test-conversions.cc 58 TEST(Octal) {
  /external/regex-re2/util/
pcre.h 146 // PARSING HEX/OCTAL/C-RADIX NUMBERS
151 // Octal(), or CRadix() to interpret the text in another base. The
158 // Octal(&a), Hex(&b), CRadix(&c), CRadix(&d));
562 // Hex/Octal/Binary?
663 inline PCRE::Arg Octal(type* ptr) { \
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 149 // Octal literal
152 CheckStrictMode("'Hello octal\\032'");
153 CheckStrictMode("function octal() { return 012; }");
154 CheckStrictMode("function octal() { return '\\032'; }");
162 // Octal before "use strict"
165 "octal\\032directive";\
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 54 VLOG(1) << "octal tests";
59 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 47 VLOG(1) << "octal tests";
52 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \
    [all...]
  /external/chromium_org/v8/src/
messages.js 143 strict_octal_literal: ["Octal literals are not allowed in strict mode."],
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 2275 milliseconds