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/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 231 Octal,

Completed in 159 milliseconds