Home
last modified time | relevance | path

Searched refs:octal (Results 1 – 25 of 123) sorted by relevance

12345

/external/v8/src/
Dconversions.cc522 bool octal = leading_zero && (flags & ALLOW_OCTALS) != 0; in InternalStringToDouble() local
535 octal = octal && *current < '8'; in InternalStringToDouble()
541 octal = false; in InternalStringToDouble()
545 if (octal && !allow_trailing_junk) return JUNK_STRING_VALUE; in InternalStringToDouble()
546 if (octal) goto parsing_done; in InternalStringToDouble()
597 if (octal) return JUNK_STRING_VALUE; in InternalStringToDouble()
653 if (octal) { in InternalStringToDouble()
Dparser.cc3882 int octal = scanner().octal_position(); in CheckOctalLiteral() local
3883 if (beg_pos <= octal && octal <= end_pos) { in CheckOctalLiteral()
3884 ReportMessageAt(Scanner::Location(octal, octal + 1), "strict_octal_literal", in CheckOctalLiteral()
4489 uc32 octal = ParseOctalLiteral(); in ParseDisjunction() local
4490 builder->AddCharacter(octal); in ParseDisjunction()
/external/clang/
DTODO.txt17 diag.c:4:9: error: invalid digit '8' in octal constant
23 diag.c:4:9: error: invalid digit '8' in octal constant
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td75 def err_invalid_octal_digit : Error<"invalid digit '%0' in octal constant">;
96 def warn_octal_escape_too_large : ExtWarn<"octal escape sequence out of range">;
305 "#line directive interprets number as decimal, not octal">;
/external/bluetooth/glib/glib/
Dgstrfuncs.c2202 const gchar *p = source, *octal; in g_strcompress() local
2219 octal = p; in g_strcompress()
2220 while ((p < octal + 3) && (*p >= '0') && (*p <= '7')) in g_strcompress()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dwebkit314 octal
/external/strace/
DNEWS180 * string arguments are now true C strings using octal instead of hex by default
/external/webkit/Source/WebCore/css/
DCSSValueKeywords.in243 octal
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml245 <entry>character with octal code ddd, or backreference</entry>
286 After \0 up to two further octal digits are read. If there are fewer
290 initial zero if the pattern character that follows is itself an octal
307 up to three octal digits following the backslash, and uses them to generate
348 <entry>might be a back reference, otherwise the character with octal code 113</entry>
363 Note that octal values of 100 or greater must not be introduced by a
364 leading zero, because no more than three octal digits are ever read.
1113 The octal or hexadecimal representation of "]" can also be used to end
1892 interpreted as a character defined in octal. See the subsection entitled
/external/webkit/Source/WebCore/inspector/front-end/
DSourceCSSTokenizer.re2js77 …-allowed", "nowrap", "ns-resize", "nw-resize", "nwse-resize", "oblique", "octal", "olive", "open-q…
/external/pcre/
Dconfigure.ac4 dnl the leading zeros may cause them to be treated as invalid octal constants
91 echo "*** Use only 01 to 07 or 10 onwards, to avoid octal issues. ***"
DChangeLog412 interpreted as invalid octal numbers. I've updated the previous comment in
1942 19. Perl's treatment of octal escapes in the range \400 to \777 has changed
1953 Sadly, a wide octal escape does not cause a switch, and in a string with
1954 no other multibyte characters, these octal escapes are treated as before.
1960 the bottom 8 bits, as in old Perl. I have now made octal escapes with
3485 1. If an octal character was given, but the value was greater than \377, it
3592 09 are not valid octal constants. Single digits will be used for minor values
4018 or there aren't that many previous left capturing parentheses, an octal
4019 escape is read. Inside a character class, it's always an octal escape,
/external/pcre/doc/
Dpcretest.txt325 \nnn octal character (up to 3 octal digits)
Dpcre.txt1508 51 octal value is greater than \377 (not in UTF-8 mode)
3436 \ddd character with octal code ddd, or back reference
3466 After \0 up to two further octal digits are read. If there are fewer
3470 if the pattern character that follows is itself an octal digit.
3482 up to three octal digits following the backslash, and uses them to gen-
3484 non-UTF-8 mode, the value of a character specified in octal must be
3497 character with octal code 113
3503 Note that octal values of 100 or greater must not be introduced by a
3504 leading zero, because no more than three octal digits are ever read.
4077 The octal or hexadecimal representation of "]" can also be used to end
[all …]
/external/qemu/
Dqemu-monitor.hx248 can be x (hex), d (signed decimal), u (unsigned decimal), o (octal),
/external/bluetooth/glib/
DChangeLog.pre-2-81242 interpret leading zeros as octal. The specification requires
1243 %f parsing, and %f doesn't allow octal.
/external/llvm/docs/CommandGuide/
Dllvm-ar.pod334 This field provides the access mode of the file encoded as an octal ASCII
/external/webkit/Tools/android/flex-2.5.4a/
DNEWS38 - An octal escape sequence in a flex regular expression must
1185 - \<digits> now works for octal escape sequences; previously
/external/bluetooth/glib/po/
Den_GB.po726 msgid "octal value is greater than \\377"
727 msgstr "octal value is greater than \\377"
Dhe.po734 msgid "octal value is greater than \\377"
735 msgstr "octal value is greater than \\377"
Den_CA.po727 msgid "octal value is greater than \\377"
728 msgstr "octal value is greater than \\377"
Des.po754 msgid "octal value is greater than \\377"
755 msgstr "el valor octal es mayor que \\377"
Dpt.po744 msgid "octal value is greater than \\377"
745 msgstr "valor octal é maior do que \\377"
Dpt_BR.po751 msgid "octal value is greater than \\377"
752 msgstr "valor octal é maior que \\377"
Dro.po744 msgid "octal value is greater than \\377"
745 msgstr "valoarea octală este mai mare decât \\377"

12345