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

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DBerInputStream.java175 protected int tagOffset; field in class:BerInputStream
184 * Initializes tag, length, tagOffset and contentOffset variables
191 tagOffset = offset;
205 tagOffset)); //FIXME message
217 tagOffset)); //FIXME message
258 Messages.getString("security.114", tagOffset)); //$NON-NLS-1$
278 Messages.getString("security.118", tagOffset, //$NON-NLS-1$
292 Messages.getString("security.119", tagOffset, //$NON-NLS-1$
302 throw new ASN1Exception(Messages.getString("security.11A", tagOffset));//$NON-NLS-1$
330 tagOffset, Intege
[all...]

Completed in 54 milliseconds