Searched refs:existingLength (Results 1 – 1 of 1) sorted by relevance
1321 int existingLength = string.length(); in truncate() local1323 if (text.length() + existingLength > LABEL_MAX_WIDTH) { in truncate()1324 int truncatedLength = LABEL_MAX_WIDTH - existingLength - 3; in truncate()