Home | History | Annotate | Download | only in i18n

Lines Matching refs:bufferIndex

1269         int32_t bufferIndex;
1272 for (int32_t i = bufferIndex = 0; i < inputBytesLength; i++) {
1274 bigBuffer[bufferIndex++] = unshapedLamAlef[0];
1275 bigBuffer[bufferIndex++] = unshapedLamAlef[1];
1277 bigBuffer[bufferIndex++] = inputBytes[i];
1281 length = bufferIndex;