Searched refs:destIndex (Results 1 – 4 of 4) sorted by relevance
126 int destIndex = 0;144 int sizeNeeded = destIndex + charsSkipped + rlen;147 dest = growBuffer(dest, destIndex, destSize);152 s.getChars(lastEscape, index, dest, destIndex);153 destIndex += charsSkipped;158 System.arraycopy(r, 0, dest, destIndex, rlen);159 destIndex += rlen;167 int sizeNeeded = destIndex + charsLeft;171 dest = growBuffer(dest, destIndex, sizeNeeded);173 s.getChars(lastEscape, slen, dest, destIndex);[all …]
173 int destIndex = 0; in escapeSlow() local192 int sizeNeeded = destIndex + charsSkipped + escaped.length; in escapeSlow()195 dest = growBuffer(dest, destIndex, destLength); in escapeSlow()199 s.getChars(unescapedChunkStart, index, dest, destIndex); in escapeSlow()200 destIndex += charsSkipped; in escapeSlow()203 System.arraycopy(escaped, 0, dest, destIndex, escaped.length); in escapeSlow()204 destIndex += escaped.length; in escapeSlow()216 int endIndex = destIndex + charsSkipped; in escapeSlow()218 dest = growBuffer(dest, destIndex, endIndex); in escapeSlow()220 s.getChars(unescapedChunkStart, end, dest, destIndex); in escapeSlow()[all …]
281 int destIndex = 0; in copyCodePointsAndReturnCodePointCount() local287 destination[destIndex] = downCase ? Character.toLowerCase(codePoint) : codePoint; in copyCodePointsAndReturnCodePointCount()288 destIndex++; in copyCodePointsAndReturnCodePointCount()290 return destIndex; in copyCodePointsAndReturnCodePointCount()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...