Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java236 int sourceIndex, nextSourceIndex; field in CharsetBOCU1.CharsetEncoderBOCU
408 nextSourceIndex = 0; in encodeLoop()
447 offsets.put(nextSourceIndex++); in fastSingle()
457 offsets.put(nextSourceIndex++); in fastSingle()
475 ++nextSourceIndex; in getTrail()
492 sourceIndex = nextSourceIndex; /*wrong if offsets==null but does not matter*/ in regularLoop()
500 ++nextSourceIndex; in regularLoop()
517 sourceIndex=nextSourceIndex; in regularLoop()
550 sourceIndex=nextSourceIndex; in regularLoop()
575 sourceIndex = nextSourceIndex; in regularLoop()
[all …]
DCharsetSCSU.java229 private int nextSourceIndex ; field in CharsetSCSU.CharsetDecoderSCSU
251 nextSourceIndex = 0; in decodeLoop()
297 ++nextSourceIndex; in fastSingle()
334 sourceIndex = nextSourceIndex; in fastSingle()
346 sourceIndex = nextSourceIndex; in fastSingle()
347 nextSourceIndex+=2; in fastSingle()
366 ++nextSourceIndex; in singleByteMode()
375 sourceIndex = nextSourceIndex; in singleByteMode()
381 sourceIndex = nextSourceIndex; in singleByteMode()
396 sourceIndex = nextSourceIndex; in singleByteMode()
[all …]
DCharsetMBCS.java2014 int sourceIndex, nextSourceIndex; in cnvMBCSToUnicodeWithOffsets() local
2067 nextSourceIndex = 0; in cnvMBCSToUnicodeWithOffsets()
2100 sourceIndex = (nextSourceIndex += 2); in cnvMBCSToUnicodeWithOffsets()
2106 ++nextSourceIndex; in cnvMBCSToUnicodeWithOffsets()
2118 sourceIndex = ++nextSourceIndex; in cnvMBCSToUnicodeWithOffsets()
2140 ++nextSourceIndex; in cnvMBCSToUnicodeWithOffsets()
2143 ++nextSourceIndex; in cnvMBCSToUnicodeWithOffsets()
2299 sourceIndex = nextSourceIndex; in cnvMBCSToUnicodeWithOffsets()
2336 sourceIndex = nextSourceIndex += (sourceArrayIndex - sourceBeginIndex); in cnvMBCSToUnicodeWithOffsets()
2859 int prevSourceIndex, sourceIndex, nextSourceIndex; in encodeLoop() local
[all …]
DCharsetUTF7.java195 int sourceIndex, nextSourceIndex; in decodeLoop() local
214 nextSourceIndex=0; in decodeLoop()
256 nextSourceIndex=++sourceIndex; in decodeLoop()
326 sourceIndex=nextSourceIndex-1; in decodeLoop()
357 sourceIndex=nextSourceIndex - 1; in decodeLoop()
376 sourceIndex=nextSourceIndex - 1; in decodeLoop()
395 sourceIndex=nextSourceIndex; in decodeLoop()
422 sourceIndex=nextSourceIndex; in decodeLoop()
/external/icu/icu4c/source/common/
Ducnvbocu.cpp402 int32_t sourceIndex, nextSourceIndex; in _Bocu1FromUnicodeWithOffsets() local
421 nextSourceIndex=0; in _Bocu1FromUnicodeWithOffsets()
441 *offsets++=nextSourceIndex++; in _Bocu1FromUnicodeWithOffsets()
449 *offsets++=nextSourceIndex++; in _Bocu1FromUnicodeWithOffsets()
459 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */ in _Bocu1FromUnicodeWithOffsets()
465 ++nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
480 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
491 ++nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
516 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
539 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
[all …]
Ducnv_u7.cpp231 int32_t sourceIndex, nextSourceIndex; in _UTF7ToUnicodeWithOffsets() local
254 nextSourceIndex=0; in _UTF7ToUnicodeWithOffsets()
288 nextSourceIndex=++sourceIndex; in _UTF7ToUnicodeWithOffsets()
316 ++nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
357 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
380 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
391 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
402 sourceIndex=nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
429 sourceIndex=nextSourceIndex; in _UTF7ToUnicodeWithOffsets()
915 int32_t sourceIndex, nextSourceIndex; in _IMAPToUnicodeWithOffsets() local
[all …]
Ducnvscsu.cpp244 int32_t sourceIndex, nextSourceIndex; in _SCSUToUnicodeWithOffsets() local
267 nextSourceIndex=0; in _SCSUToUnicodeWithOffsets()
294 ++nextSourceIndex; in _SCSUToUnicodeWithOffsets()
330 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
343 ++nextSourceIndex; in _SCSUToUnicodeWithOffsets()
354 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
359 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
373 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
399 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
438 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
[all …]
Ducnvmbcs.cpp2481 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets() local
2541 nextSourceIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2613 sourceIndex=(nextSourceIndex+=2); in ucnv_MBCSToUnicodeWithOffsets()
2619 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2631 sourceIndex=++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2655 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2658 ++nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2816 sourceIndex=nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets()
2857 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source); in ucnv_MBCSToUnicodeWithOffsets()
3420 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
[all …]
Ducnv_u8.cpp425 int32_t offsetNum, nextSourceIndex; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
435 nextSourceIndex = 0; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
469 nextSourceIndex = offsetNum + 1; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
479 ++nextSourceIndex; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
539 offsetNum = nextSourceIndex; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()