Searched defs:nextSourceIndex (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_u7.c226 int32_t sourceIndex, nextSourceIndex; local
249 nextSourceIndex=0;
283 nextSourceIndex=++sourceIndex;
304 * base64 bytes, while nextSourceIndex is precisely parallel to source,
311 ++nextSourceIndex;
352 sourceIndex=nextSourceIndex-1;
375 sourceIndex=nextSourceIndex-1;
386 sourceIndex=nextSourceIndex-1;
397 sourceIndex=nextSourceIndex;
424 sourceIndex=nextSourceIndex;
908 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnv_u8.c482 int32_t offsetNum, nextSourceIndex; local
492 nextSourceIndex = 0;
526 nextSourceIndex = offsetNum + 1;
536 ++nextSourceIndex;
596 offsetNum = nextSourceIndex;
H A Ducnvbocu.cpp400 int32_t sourceIndex, nextSourceIndex; local
421 nextSourceIndex=0;
441 *offsets++=nextSourceIndex++;
449 *offsets++=nextSourceIndex++;
459 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
465 ++nextSourceIndex;
480 sourceIndex=nextSourceIndex;
491 ++nextSourceIndex;
516 sourceIndex=nextSourceIndex;
539 sourceIndex=nextSourceIndex;
952 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnvscsu.c242 int32_t sourceIndex, nextSourceIndex; local
265 nextSourceIndex=0;
292 ++nextSourceIndex;
328 sourceIndex=nextSourceIndex;
341 ++nextSourceIndex;
352 sourceIndex=nextSourceIndex;
357 sourceIndex=nextSourceIndex;
371 sourceIndex=nextSourceIndex;
397 sourceIndex=nextSourceIndex;
436 sourceIndex=nextSourceIndex;
1024 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnvmbcs.c2333 int32_t sourceIndex, nextSourceIndex; local
2393 nextSourceIndex=0;
2465 sourceIndex=(nextSourceIndex+=2);
2471 ++nextSourceIndex;
2483 sourceIndex=++nextSourceIndex;
2507 ++nextSourceIndex;
2510 ++nextSourceIndex;
2668 sourceIndex=nextSourceIndex;
2709 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source);
3272 int32_t sourceIndex, nextSourceIndex; local
3503 int32_t sourceIndex, nextSourceIndex; local
3938 int32_t prevSourceIndex, sourceIndex, nextSourceIndex; local
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_u7.c226 int32_t sourceIndex, nextSourceIndex; local
249 nextSourceIndex=0;
283 nextSourceIndex=++sourceIndex;
304 * base64 bytes, while nextSourceIndex is precisely parallel to source,
311 ++nextSourceIndex;
352 sourceIndex=nextSourceIndex-1;
375 sourceIndex=nextSourceIndex-1;
386 sourceIndex=nextSourceIndex-1;
397 sourceIndex=nextSourceIndex;
424 sourceIndex=nextSourceIndex;
908 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnv_u8.c473 int32_t offsetNum, nextSourceIndex; local
483 nextSourceIndex = 0;
517 nextSourceIndex = offsetNum + 1;
527 ++nextSourceIndex;
587 offsetNum = nextSourceIndex;
H A Ducnvbocu.cpp400 int32_t sourceIndex, nextSourceIndex; local
421 nextSourceIndex=0;
441 *offsets++=nextSourceIndex++;
449 *offsets++=nextSourceIndex++;
459 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
465 ++nextSourceIndex;
480 sourceIndex=nextSourceIndex;
491 ++nextSourceIndex;
516 sourceIndex=nextSourceIndex;
539 sourceIndex=nextSourceIndex;
952 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnvscsu.c242 int32_t sourceIndex, nextSourceIndex; local
265 nextSourceIndex=0;
292 ++nextSourceIndex;
328 sourceIndex=nextSourceIndex;
341 ++nextSourceIndex;
352 sourceIndex=nextSourceIndex;
357 sourceIndex=nextSourceIndex;
371 sourceIndex=nextSourceIndex;
397 sourceIndex=nextSourceIndex;
436 sourceIndex=nextSourceIndex;
1024 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnvmbcs.c2333 int32_t sourceIndex, nextSourceIndex; local
2393 nextSourceIndex=0;
2465 sourceIndex=(nextSourceIndex+=2);
2471 ++nextSourceIndex;
2483 sourceIndex=++nextSourceIndex;
2507 ++nextSourceIndex;
2510 ++nextSourceIndex;
2668 sourceIndex=nextSourceIndex;
2709 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source);
3272 int32_t sourceIndex, nextSourceIndex; local
3503 int32_t sourceIndex, nextSourceIndex; local
3938 int32_t prevSourceIndex, sourceIndex, nextSourceIndex; local
[all...]

Completed in 1806 milliseconds