Lines Matching refs:si
2500 int32_t si, di;
2519 for (si=start32; si<limit32; si++) {
2520 if (strLength<0 && s[si]==0) {
2522 ut->a = si; // set string length for this UText
2523 ut->chunkNativeLimit = si;
2524 ut->chunkLength = si;
2525 ut->nativeIndexingLimit = si;
2526 strLength = si;
2532 dest[di] = s[si];
2538 si = limit32;
2547 if (si>0 && U16_IS_LEAD(s[si-1]) &&
2548 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2552 dest[di++] = s[si++];