Searched refs:identifiers (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Choice.java217 // identifiers table: [2][number of distinct identifiers]
218 // identifiers[0]: stores identifiers (includes nested choices)
219 // identifiers[1]: stores identifiers' indexes in array of types
220 private final int[][] identifiers; field in class:ASN1Choice
238 // create map of all identifiers
251 // add all choice's identifiers
252 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;
[all...]

Completed in 471 milliseconds