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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
stringer.s 7 ; Octal escapes used to consume > 3 chars which led to this
  /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...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
SourceCodeEscapers.java 69 * <p>Unlike {@link #javaCharEscaper} this escaper produces octal escape
73 * discourages the use of octal for escaping Java strings. It is strongly
91 * <p>Unlike {@link #javaCharEscaper} this escaper produces octal escape
95 * discourages the use of octal for escaping Java strings. It is strongly
125 // This escaper does not produce octal escape sequences. See:
127 // "Octal escapes are provided for compatibility with C, but can express
196 // Helper for backward compatible octal escape sequences (c < 256)
  /external/pcre/dist/
pcrecpparg.h 44 // Hex/Octal/Binary?
149 inline Arg Octal(type* ptr) { \
pcrecpp_unittest.cc 50 using pcrecpp::Octal;
154 printf("Testing octal\n");
159 CHECK(RE("([0-7]+)[uUlL]*").FullMatch(#value, Octal(&v))); \
    [all...]
  /external/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/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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 93 ;; Section 8.2.9.3 Octal Constants
  /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/cctest/
test-conversions.cc 58 TEST(Octal) {
  /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...]

Completed in 672 milliseconds