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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DType.java151 private static int consumed_chars=0; // Remember position in string, see getArgumentTypes field in class:Type
164 consumed_chars = 1;
175 consumed_chars += dim; // update counter
184 consumed_chars = index + 1; // "Lblabla;" `L' and `;' are removed
224 index += consumed_chars; // update position
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java73 private static int consumed_chars; /* How many chars have been consumed field in class:Utility
597 index += consumed_chars; // update position
725 index += consumed_chars; // update position
832 consumed_chars = 1; // This is the default, read just one char like `B'
849 consumed_chars = index + 1; // "Lblabla;" `L' and `;' are removed
862 int consumed_chars; // Shadows global var
870 consumed_chars = n; // Remember value
875 Utility.consumed_chars += consumed_chars;

Completed in 57 milliseconds