Searched refs:asciiCharsLen (Results 1 – 1 of 1) sorted by relevance
264 int asciiCharsLen = sAsciiChars.length(); in testCalcLengthAscii() local272 int endPos = (asciiCharsLen - startPos > addCount) ? in testCalcLengthAscii()273 (startPos + addCount) : asciiCharsLen; in testCalcLengthAscii()275 startPos = (endPos == asciiCharsLen) ? 0 : endPos; in testCalcLengthAscii()