Home
last modified time | relevance | path

Searched refs:currentRunIndex (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java760 private int currentRunIndex; field in AttributedString.AttributedStringIterator
878 if (currentRunStart == beginIndex || currentRunIndex == -1) { in getRunStart()
883 int runIndex = currentRunIndex; in getRunStart()
897 if (currentRunStart == beginIndex || currentRunIndex == -1) { in getRunStart()
901 int runIndex = currentRunIndex; in getRunStart()
903 … AttributedString.this.attributeValuesMatch(attributes, currentRunIndex, runIndex - 1)) { in getRunStart()
919 if (currentRunLimit == endIndex || currentRunIndex == -1) { in getRunLimit()
924 int runIndex = currentRunIndex; in getRunLimit()
938 if (currentRunLimit == endIndex || currentRunIndex == -1) { in getRunLimit()
942 int runIndex = currentRunIndex; in getRunLimit()
[all …]