Searched refs:maxPriorityToInclude (Results 1 – 1 of 1) sorted by relevance
277 int maxPriorityToInclude = -1; // inclusive in handlePriority() local297 while (maxPriorityToInclude < maxFoundPriority) { in handlePriority()298 if (priorityToLength.containsKey(maxPriorityToInclude + 1)) { in handlePriority()299 int length = numCharsUsed + priorityToLength.get(maxPriorityToInclude + 1); in handlePriority()311 maxPriorityToInclude++; in handlePriority()341 if (priority <= maxPriorityToInclude) { in handlePriority()