Searched refs:newChoiceLimits (Results 1 – 1 of 1) sorted by relevance
185 double[] newChoiceLimits = new double[30]; in applyPattern() local230 if (count == newChoiceLimits.length) { in applyPattern()231 newChoiceLimits = doubleArraySize(newChoiceLimits); in applyPattern()234 newChoiceLimits[count] = startValue; in applyPattern()246 if (count == newChoiceLimits.length) { in applyPattern()247 newChoiceLimits = doubleArraySize(newChoiceLimits); in applyPattern()250 newChoiceLimits[count] = startValue; in applyPattern()255 System.arraycopy(newChoiceLimits, 0, choiceLimits, 0, count); in applyPattern()