Home | History | Annotate | Download | only in i18n

Lines Matching refs:ix

201     int32_t ix;
204 for (ix = 0; ix < stringLengthsLimit; ix++) {
205 if (fSpoofData->fCFUStringLengths[ix].fLastString >= value) {
206 stringLen = fSpoofData->fCFUStringLengths[ix].fStrLength;
210 U_ASSERT(ix < stringLengthsLimit);
215 for (ix=0; ix<stringLen; ix++) {
216 destBuf[ix] = src[ix];