HomeSort by relevance Sort by last modified time
    Searched refs:INDEFINIT_LENGTH (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java 54 if (length == INDEFINIT_LENGTH) {
BerInputStream.java 55 protected static final int INDEFINIT_LENGTH = -1;
95 if (length != INDEFINIT_LENGTH
121 if (length != INDEFINIT_LENGTH) {
182 length = INDEFINIT_LENGTH;

Completed in 45 milliseconds