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

  /external/llvm/utils/FileCheck/
FileCheck.cpp 96 /// there is a match, the size of the matched string is returned in MatchLen.
100 size_t Match(StringRef Buffer, size_t &MatchLen,
361 /// there is a match, the size of the matched string is returned in MatchLen.
362 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen,
366 MatchLen = 0;
372 MatchLen = FixedStr.size();
430 MatchLen = FullMatch.size();
834 size_t MatchLen = 0;
835 size_t MatchPos = CheckStr.Pat.Match(Buffer, MatchLen, VariableTable);
879 size_t MatchLen = 0
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 146 ; MatchLen : unused

Completed in 242 milliseconds