Home | History | Annotate | Download | only in bzip2

Lines Matching refs:currentState

79     private int currentState = START_BLOCK_STATE;
209 switch (currentState) {
317 this.currentState = EOF;
335 this.currentState = START_BLOCK_STATE;
359 this.currentState = EOF;
742 if (currentState == EOF || this.data == null) {
797 this.currentState = RAND_PART_B_STATE;
814 this.currentState = NO_RAND_PART_B_STATE;
818 this.currentState = NO_RAND_PART_A_STATE;
826 this.currentState = RAND_PART_A_STATE;
842 this.currentState = RAND_PART_C_STATE;
848 this.currentState = RAND_PART_A_STATE;
859 this.currentState = RAND_PART_A_STATE;
885 this.currentState = NO_RAND_PART_C_STATE;