Searched refs:fileIdentifierLength (Results 1 – 1 of 1) sorted by relevance
50 const unsigned fileIdentifierLength = 6; variable208 if (!line.startsWith("WEBVTT", fileIdentifierLength)) in hasRequiredFileIdentifier()210 if (line.length() > fileIdentifierLength && !isASpace(line[fileIdentifierLength])) in hasRequiredFileIdentifier()