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

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 54 private boolean hasQE;
70 hasQE = false; // reset
274 hasQE = true;
406 atav.add(new AttributeTypeAndValue(oid, new AttributeValue(quotedAV(), hasQE, oid)));
419 new AttributeValue(escapedAV(), hasQE, oid)));
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 50 public boolean hasQE; // raw string contains '"' or '\'
57 this.hasQE = hasQorE;
59 this.escapedString = makeEscaped(rawString); // overwrites hasQE
181 if (hasQE) {
224 hasQE = true;

Completed in 92 milliseconds