Lines Matching refs:length
65 if (left.length() == 0)
67 if (right.length() == 0)
72 if (fLeft.length() + fRight.length() < 16) {
82 if (fLeftRight.length() + fRight.length() < 16) {
93 if (fLeft.length() + cRightLeft.length() < 16) {
116 if (depth >= RopeUtilities.FIBONACCI.length - 2)
118 return (RopeUtilities.FIBONACCI[depth + 2] <= r.length());
127 final Rope[] ropes = new Rope[RopeUtilities.FIBONACCI.length];
139 final int l = x.length();
142 for (pos=2; pos<RopeUtilities.FIBONACCI.length-1; ++pos) {
162 for (int j=pos; j<RopeUtilities.FIBONACCI.length-1; ++j) {
167 if (RopeUtilities.FIBONACCI[j] <= rebalanced.length() && rebalanced.length() < RopeUtilities.FIBONACCI[j+1]) {
178 for (int j=2; j<RopeUtilities.FIBONACCI.length; ++j) {