Searched refs:asciiCharsLen (Results 1 – 1 of 1) sorted by relevance
257 int asciiCharsLen = sAsciiChars.length(); in testCalcLengthAscii() local265 int endPos = (asciiCharsLen - startPos > addCount) ? in testCalcLengthAscii()266 (startPos + addCount) : asciiCharsLen; in testCalcLengthAscii()268 startPos = (endPos == asciiCharsLen) ? 0 : endPos; in testCalcLengthAscii()