Searched defs:componentLen (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsAttachProvider.c80 DWORD componentLen, flags; local
85 &componentLen,
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DObjectIdentifier.java81 * "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. field in class:ObjectIdentifier
114 init((int[])components, componentLen);
124 componentLen = comps.length;

Completed in 24 milliseconds