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

  /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/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 231 Octal,
  /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/v8/test/cctest/
test-conversions.cc 31 TEST(Octal) {
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.cpp 420 case Octal:
573 case Octal:
713 case Octal: {
    [all...]
  /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/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/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/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/v8/src/
messages.js 228 "strict_octal_literal", ["Octal literals are not allowed in strict mode."],
    [all...]

Completed in 618 milliseconds