Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java644 int textLength = length(); in getAttributeCheckRange() local
645 if (endIndex < textLength) { in getAttributeCheckRange()
647 int runLimit = (currIndex < runCount - 1) ? runStarts[currIndex + 1] : textLength; in getAttributeCheckRange()
651 runLimit = (currIndex < runCount - 1) ? runStarts[currIndex + 1] : textLength; in getAttributeCheckRange()
DSimpleDateFormat.java1741 int textLength = text.length(); in parseInternal() local
1757 if (start >= textLength || text.charAt(start) != (char)count) { in parseInternal()
1767 if (start >= textLength || text.charAt(start) != compiledPattern[i++]) { in parseInternal()