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

  /external/freetype/include/internal/
tttypes.h 188 /* OrigLength :: Unompressed table length (in bytes). */
201 FT_ULong OrigLength; /* uncompressed table length */
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 308 void ReplaceText(SourceLocation Start, unsigned OrigLength,
311 if (!Rewrite.ReplaceText(Start, OrigLength, Str) ||
    [all...]
RewriteObjC.cpp 257 void ReplaceText(SourceLocation Start, unsigned OrigLength,
260 if (!Rewrite.ReplaceText(Start, OrigLength, Str) ||
    [all...]

Completed in 158 milliseconds