Searched refs:bytesLength (Results 1 – 3 of 3) sorted by relevance
9 const bytesLength = byteCharacters.length;10 const slicesCount = Math.ceil(bytesLength / sliceSize);14 const end = Math.min(begin + sliceSize, bytesLength);
1 …bytesLength = byteCharacters.length;\n const slicesCount = Math.ceil(bytesLength / sliceSize);\n …
9 const bytesLength = byteCharacters.length; constant10 const slicesCount = Math.ceil(bytesLength / sliceSize);15 const end = Math.min(begin + sliceSize, bytesLength);