Home | History | Annotate | Download | only in i18n

Lines Matching defs:bufferIndex

1166         int32_t bufferIndex;
1169 for (int32_t i = bufferIndex = 0; i < inputBytesLength; i++) {
1171 bigBuffer[bufferIndex++] = unshapedLamAlef[0];
1172 bigBuffer[bufferIndex++] = unshapedLamAlef[1];
1174 bigBuffer[bufferIndex++] = inputBytes[i];
1178 length = bufferIndex;