Searched refs:foundOffsetsCount (Results 1 – 1 of 1) sorted by relevance
635 int offset, foundOffsetsCount = 0; in TestTailoredBreaks() local637 … while ( foundOffsetsCount < maxOffsetCount && (offset = brkIter.next()) != BreakIterator.DONE ) { in TestTailoredBreaks()638 foundOffsets[foundOffsetsCount++] = offset; in TestTailoredBreaks()640 if ( !offsetsMatchExpected(foundOffsets, foundOffsetsCount) ) { in TestTailoredBreaks()645 …"; found " + foundOffsetsCount + " offsets fwd:" + formatOffsets(foundOffsets, foundOffsetsCount) … in TestTailoredBreaks()648 --foundOffsetsCount; // back off one from the end offset in TestTailoredBreaks()649 while ( foundOffsetsCount > 0 ) { in TestTailoredBreaks()651 if ( offset != foundOffsets[--foundOffsetsCount] ) { in TestTailoredBreaks()656 … "; found rev offset " + offset + " where expect " + foundOffsets[foundOffsetsCount] ); in TestTailoredBreaks()