Searched refs:asciiCharsLen (Results 1 – 1 of 1) sorted by relevance
258 int asciiCharsLen = sAsciiChars.length(); in testCalcLengthAscii() local266 int endPos = (asciiCharsLen - startPos > addCount) ? in testCalcLengthAscii()267 (startPos + addCount) : asciiCharsLen; in testCalcLengthAscii()269 startPos = (endPos == asciiCharsLen) ? 0 : endPos; in testCalcLengthAscii()