Searched refs:firstValue (Results 1 – 3 of 3) sorted by relevance
171 boolean firstValue = true; in joinFromSetWithDelimiter()173 if (firstValue) { in joinFromSetWithDelimiter()174 firstValue = false; in joinFromSetWithDelimiter()
1449 int firstValue = extractByteValue(pduDataStream); in parseContentTypeParams() local1452 if (((firstValue > TEXT_MIN) && (firstValue < TEXT_MAX)) || in parseContentTypeParams()1453 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()
1486 int firstValue = extractByteValue(pduDataStream); in parseContentTypeParams() local1489 if (((firstValue > TEXT_MIN) && (firstValue < TEXT_MAX)) || in parseContentTypeParams()1490 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()