Searched refs:endSubtype (Results 1 – 1 of 1) sorted by relevance
299 unsigned endSubtype = static_cast<unsigned>(subtype) + 5; in isJSONMIMEType() local300 return endSubtype == mimeType.length() || isASCIISpace(mimeType[endSubtype]); in isJSONMIMEType()