HomeSort by relevance Sort by last modified time
    Searched full:componentlen (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 81 * "components" and "componentLen" instead and inits correctly.
85 * "componentLen" fields. If no huge components are involved, they
104 private int componentLen = -1; // how much is used.
114 init((int[])components, componentLen);
124 componentLen = comps.length;

Completed in 1842 milliseconds