Searched refs:textLength (Results 1 – 2 of 2) sorted by relevance
644 int textLength = length(); in getAttributeCheckRange() local645 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()
1741 int textLength = text.length(); in parseInternal() local1757 if (start >= textLength || text.charAt(start) != (char)count) { in parseInternal()1767 if (start >= textLength || text.charAt(start) != compiledPattern[i++]) { in parseInternal()