Home | History | Annotate | Download | only in pdu

Lines Matching defs:firstValue

1353                     int firstValue = extractByteValue(pduDataStream);
1356 if (((firstValue > TEXT_MIN) && (firstValue < TEXT_MAX)) ||
1357 (END_STRING_FLAG == firstValue)) {