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

  /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/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 36 enum class ReadStatus { Normal, Backslash, Octal, FinishOctal, CarriageReturn };
207 status = ReadStatus::Octal;
230 case ReadStatus::Octal:

Completed in 531 milliseconds