Searched refs:firstValue (Results 1 – 1 of 1) sorted by relevance
1452 int firstValue = extractByteValue(pduDataStream); in parseContentTypeParams() local1455 if (((firstValue > TEXT_MIN) && (firstValue < TEXT_MAX)) || in parseContentTypeParams()1456 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()