Searched refs:resultLength (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiLine.java157 lineBidi.resultLength = limit - start;
171 lineBidi.resultLength -= lineBidi.controlCount;
750 int allocLength = bidiBase.length > bidiBase.resultLength ? bidiBase.length
751 : bidiBase.resultLength;
787 k = bidiBase.resultLength;
841 if (allocLength == bidiBase.resultLength) {
844 int[] newMap = new int[bidiBase.resultLength];
845 System.arraycopy(indexMap, 0, newMap, 0, bidiBase.resultLength);
H A DBidiBase.java818 int resultLength; field in class:BidiBase
2459 this.length = this.originalLength = this.resultLength = text.length;
2646 resultLength += insertPoints.size;
3000 if (resultLength <= 0) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java626 int resultLength = exLength;
638 if (_namesSize < 0 && generalizedTypes[i] >= resultLength) {
639 resultLength = generalizedTypes[i] + 1;
643 final short[] result = new short[resultLength];
657 if (genType >= 0 && genType < resultLength) {

Completed in 35 milliseconds