Home
last modified time | relevance | path

Searched refs:subjectLength (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.cpp64 static int find(const char* subject, size_t subjectLength, const char* target) in find() argument
67 if (targetLength > subjectLength) in find()
69 for (size_t i = 0; i <= subjectLength - targetLength; ++i) { in find()