Searched refs:Octal (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dre2.h172 // 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);
679 static inline Arg Octal(unsigne
[all...]
/external/regex-re2/re2/
H A Dre2.h172 // 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);
691 static inline Arg Octal(unsigne
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp132 case Octal:
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp425 case Octal:
578 case Octal:
718 case Octal: {
1261 case Octal:
1370 case Octal:
1575 case Octal:
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp677 bool Hex, Octal; member in struct:__anon17897::LiteralInfo
742 Info.Hex = Info.Octal = false;
746 Info.Octal = true;
859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal))
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyleConstants.h239 Octal, enumerator in enum:blink::EListStyleType
/external/chromium_org/third_party/re2/util/
H A Dpcre.h151 // 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/
H A Dtest-conversions.cc58 TEST(Octal) {
/external/regex-re2/util/
H A Dpcre.h151 // 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/pcre/dist/
H A Dpcrecpp_unittest.cc50 using pcrecpp::Octal;
159 CHECK(RE("([0-7]+)[uUlL]*").FullMatch(#value, Octal(&v))); \
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc59 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \
/external/regex-re2/re2/testing/
H A Dre2_test.cc52 CHECK(RE2::FullMatch(#value, "([0-7]+)[uUlL]*", RE2::Octal(&v))); \
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValueMappings.h1788 case Octal:

Completed in 1545 milliseconds