Searched refs:numCharsUsed (Results 1 – 1 of 1) sorted by relevance
278 int numCharsUsed = messageInfoString.length(); // draft, number drafts, in handlePriority() local283 if (numCharsUsed > maxChars) { in handlePriority()284 numCharsToRemovePerWord = numCharsUsed - maxChars; in handlePriority()299 int length = numCharsUsed + priorityToLength.get(maxPriorityToInclude + 1); in handlePriority()300 if (numCharsUsed > 0) in handlePriority()308 numCharsUsed = length; in handlePriority()