Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.cpp46 static int find(const char* subject, size_t subjectLength, const char* target) in find() argument
49 if (targetLength > subjectLength) in find()
51 for (size_t i = 0; i <= subjectLength - targetLength; ++i) { in find()