Lines Matching refs:testStart
2045 const char* testStart = iter->fStart;
2046 size_t testLen = (size_t) (iter->fContentEnd - testStart);
2049 if (publicLen == testLen && !strncmp(testStart, publicName, testLen)) {
2053 if (protectedLen == testLen && !strncmp(testStart, protectedName, testLen)) {
2057 if (privateLen == testLen && !strncmp(testStart, privateName, testLen)) {