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

/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java748 private int currentRunIndex; field in class:AttributedString.AttributedStringIterator
866 if (currentRunStart == beginIndex || currentRunIndex == -1) {
871 int runIndex = currentRunIndex;
885 if (currentRunStart == beginIndex || currentRunIndex == -1) {
889 int runIndex = currentRunIndex;
891 AttributedString.this.attributeValuesMatch(attributes, currentRunIndex, runIndex - 1)) {
907 if (currentRunLimit == endIndex || currentRunIndex == -1) {
912 int runIndex = currentRunIndex;
926 if (currentRunLimit == endIndex || currentRunIndex == -1) {
930 int runIndex = currentRunIndex;
[all...]

Completed in 33 milliseconds