HomeSort by: relevance | last modified time | path
    Searched refs:Octal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 26 // Octal escape sequences are not recognized, except for \0.
117 #. Octal escape sequences are not recognized, except for \0.
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 675 bool Hex, Octal;
740 Info.Hex = Info.Octal = false;
744 Info.Octal = true;
860 // Not easy to do int -> float with hex/octal and uncommon anyway.
861 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal))

Completed in 46 milliseconds