Home
last modified time | relevance | path

Searched refs:nextSourceIndex (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Ducnvbocu.c395 int32_t sourceIndex, nextSourceIndex; in _Bocu1FromUnicodeWithOffsets() local
416 nextSourceIndex=0; in _Bocu1FromUnicodeWithOffsets()
436 *offsets++=nextSourceIndex++; in _Bocu1FromUnicodeWithOffsets()
444 *offsets++=nextSourceIndex++; in _Bocu1FromUnicodeWithOffsets()
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */ in _Bocu1FromUnicodeWithOffsets()
460 ++nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
475 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
486 ++nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
511 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
534 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
[all …]
Ducnv_u7.c225 int32_t sourceIndex, nextSourceIndex; in _UTF7ToUnicodeWithOffsets() local
248 nextSourceIndex=0; in _UTF7ToUnicodeWithOffsets()
282 nextSourceIndex=++sourceIndex; in _UTF7ToUnicodeWithOffsets()
310 ++nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
335 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
346 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
357 sourceIndex=nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
384 sourceIndex=nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
401 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
882 int32_t sourceIndex, nextSourceIndex; in _IMAPToUnicodeWithOffsets() local
[all …]
Ducnvscsu.c241 int32_t sourceIndex, nextSourceIndex; in _SCSUToUnicodeWithOffsets() local
264 nextSourceIndex=0; in _SCSUToUnicodeWithOffsets()
291 ++nextSourceIndex; in _SCSUToUnicodeWithOffsets()
327 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
340 ++nextSourceIndex; in _SCSUToUnicodeWithOffsets()
351 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
356 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
370 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
396 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
435 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
[all …]
Ducnvmbcs.c2331 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets() local
2391 nextSourceIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2463 sourceIndex=(nextSourceIndex+=2); in ucnv_MBCSToUnicodeWithOffsets()
2469 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2481 sourceIndex=++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2505 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2508 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2666 sourceIndex=nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2707 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source); in ucnv_MBCSToUnicodeWithOffsets()
3270 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
[all …]
Ducnv_u8.c470 int32_t offsetNum, nextSourceIndex; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
480 nextSourceIndex = 0; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
514 nextSourceIndex = offsetNum + 1; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
524 ++nextSourceIndex; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
584 offsetNum = nextSourceIndex; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()