HomeSort by relevance Sort by last modified time
    Searched refs:nextSourceIndex (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
ucnvbocu.c 395 int32_t sourceIndex, nextSourceIndex;
416 nextSourceIndex=0;
436 *offsets++=nextSourceIndex++;
444 *offsets++=nextSourceIndex++;
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
460 ++nextSourceIndex;
475 sourceIndex=nextSourceIndex;
486 ++nextSourceIndex;
511 sourceIndex=nextSourceIndex;
534 sourceIndex=nextSourceIndex;
    [all...]
ucnv_u7.c 225 int32_t sourceIndex, nextSourceIndex;
248 nextSourceIndex=0;
282 nextSourceIndex=++sourceIndex;
303 * base64 bytes, while nextSourceIndex is precisely parallel to source,
310 ++nextSourceIndex;
335 sourceIndex=nextSourceIndex-1;
346 sourceIndex=nextSourceIndex-1;
357 sourceIndex=nextSourceIndex;
384 sourceIndex=nextSourceIndex;
401 sourceIndex=nextSourceIndex-1
    [all...]
ucnvscsu.c 241 int32_t sourceIndex, nextSourceIndex;
264 nextSourceIndex=0;
291 ++nextSourceIndex;
327 sourceIndex=nextSourceIndex;
340 ++nextSourceIndex;
351 sourceIndex=nextSourceIndex;
356 sourceIndex=nextSourceIndex;
370 sourceIndex=nextSourceIndex;
396 sourceIndex=nextSourceIndex;
435 sourceIndex=nextSourceIndex;
    [all...]
ucnvmbcs.c     [all...]
ucnv_u8.c 470 int32_t offsetNum, nextSourceIndex;
480 nextSourceIndex = 0;
514 nextSourceIndex = offsetNum + 1;
524 ++nextSourceIndex;
584 offsetNum = nextSourceIndex;
    [all...]

Completed in 588 milliseconds