Searched refs:matchStringLength (Results 1 – 1 of 1) sorted by relevance
1118 size_t matchStringLength = strlen(reinterpret_cast<const char*>(matchString)); in find() local1119 RELEASE_ASSERT(matchStringLength <= numeric_limits<unsigned>::max()); in find()1120 unsigned matchLength = matchStringLength; in find()1180 size_t matchStringLength = strlen(reinterpret_cast<const char*>(matchString)); in findIgnoringCase() local1181 RELEASE_ASSERT(matchStringLength <= numeric_limits<unsigned>::max()); in findIgnoringCase()1182 unsigned matchLength = matchStringLength; in findIgnoringCase()