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()
351 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
374 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
385 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
396 sourceIndex=nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
423 sourceIndex=nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
906 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.c2332 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets() local
2392 nextSourceIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2464 sourceIndex=(nextSourceIndex+=2); in ucnv_MBCSToUnicodeWithOffsets()
2470 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2482 sourceIndex=++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2506 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2509 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2667 sourceIndex=nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2708 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source); in ucnv_MBCSToUnicodeWithOffsets()
3271 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()