Searched refs:snippetLength (Results 1 – 1 of 1) sorted by relevance
88 unsigned snippetLength = std::min(sharedBuffer->size(), kMaxSnippetLength); in snippetForBuffer() local89 CString result = CString::newUninitialized(snippetLength, snippet); in snippetForBuffer()94 unsigned length = std::min(segmentLength, snippetLength - offset); in snippetForBuffer()97 if (offset >= snippetLength) in snippetForBuffer()101 for (unsigned i = 0; i < snippetLength; ++i) { in snippetForBuffer()