Home
last modified time | relevance | path

Searched refs:Octal (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp36 enum class ReadStatus { Normal, Backslash, Octal, FinishOctal, CarriageReturn }; enumerator
207 status = ReadStatus::Octal; in ReadString()
230 case ReadStatus::Octal: in ReadString()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp677 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/pcre/pcrecpp/include/
Dpcrecpparg.h149 inline Arg Octal(type* ptr) { \
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc50 using pcrecpp::Octal;
159 CHECK(RE("([0-7]+)[uUlL]*").FullMatch(#value, Octal(&v))); \ in RadixTests()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g495 | // Octal
/external/python/cpython3/Doc/library/
Dstring.rst432 | ``'o'`` | Octal format. Outputs the number in base 8. |
Dre.rst456 Octal escapes are included in a limited form. If the first digit is a 0, or if
/external/python/cpython2/Doc/howto/
Dunicode.rst384 arbitrary code point. Octal escapes can go up to U+01ff, which is octal 777.
Dregex.rst633 0[0-7]+ # Octal form
/external/python/cpython2/Doc/library/
Dstring.rst434 | ``'o'`` | Octal format. Outputs the number in base 8. |
Dre.rst418 Octal escapes are included in a limited form: If the first digit is a 0, or if
/external/python/cpython3/Doc/whatsnew/
D3.0.rst228 * Octal literals are no longer of the form ``0720``; use ``0o720``
D2.6.rst814 ``o`` Octal format. Outputs the number in base 8.
/external/python/cpython3/Doc/howto/
Dregex.rst627 0[0-7]+ # Octal form
/external/python/cpython2/Misc/
Dcheatsheet164 Octal integer: 0177, 0177777777777777777 (begin with a 0)
DHISTORY5061 - Octal and hex literals without 'L' prefix in the inclusive range
/external/icu/icu4c/source/test/testdata/
Dregextst.txt669 # Octal Escaping. This conforms to Java conventions, not Perl.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst810 ``o`` Octal format. Outputs the number in base 8.
/external/python/cpython3/Misc/
DHISTORY22445 - Octal and hex literals without 'L' prefix in the inclusive range