Home
last modified time | relevance | path

Searched defs:sourceIndex (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetASCII.java64 int sourceIndex = oldSource + sourceOffset; in decodeLoop() local
104 int sourceIndex = -1; in decodeLoop() local
222 int sourceIndex = oldSource + sourceOffset; in encodeLoop() local
264 int sourceIndex = -1; in encodeLoop() local
H A DCharsetISO2022.java233 int sourceIndex = source.position(); in getEndOfBuffer_2022() local
2054 int sourceIndex = source.position() - 1; in encodeLoop() local
2080 int sourceIndex; in encodeLoop() local
2515 int sourceIndex = source.position(); in encodeLoop() local
2542 int sourceIndex; in encodeLoop() local
2825 int sourceIndex; in encodeLoop() local
H A DCharsetUTF8.java64 int sourceIndex = source.arrayOffset() + source.position(); in decodeLoop() local
187 int sourceIndex = source.position(); in decodeLoop() local
599 private int sourceIndex; field in CharsetUTF8.CharsetEncoderUTF8
H A DCharsetMBCS.java1838 …ivate CoderResult toUWriteCodePoint(int c, CharBuffer target, IntBuffer offsets, int sourceIndex) { in toUWriteCodePoint()
1877 …ivate int toU(int length, ByteBuffer source, CharBuffer target, IntBuffer offsets, int sourceIndex, in toU()
2014 int sourceIndex, nextSourceIndex; in cnvMBCSToUnicodeWithOffsets() local
2368 int sourceIndex; in cnvMBCSSingleToBMPWithOffsets() local
2496 int sourceIndex; in cnvMBCSSingleToUnicodeWithOffsets() local
2859 int prevSourceIndex, sourceIndex, nextSourceIndex; in encodeLoop() local
3882 …private int fromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int sourceIndex, in fromU()
3996 int c, sourceIndex; in cnvMBCSSingleFromBMPWithOffsets() local
4162 int sourceIndex, nextSourceIndex; in cnvMBCSSingleFromUnicodeWithOffsets() local
4310 int c, sourceIndex, nextSourceIndex; in cnvMBCSDoubleFromUnicodeWithOffsets() local
[all …]
H A DCharsetEncoderICU.java393 int sourceIndex; in fromUnicodeWithCallback() local
700 IntBuffer offsets, int sourceIndex) { in fromUWriteBytes()
908 final CoderResult handleSurrogates(char[] sourceArray, int sourceIndex, in handleSurrogates()
H A DCharsetUTF7.java195 int sourceIndex, nextSourceIndex; in decodeLoop() local
501 int length, targetCapacity, sourceIndex; in encodeLoop() local
H A DCharsetDecoderICU.java398 int sourceIndex; in toUnicodeWithCallback() local
674 … CharBuffer target, IntBuffer offsets, int sourceIndex) { in toUWriteUChars()
H A DCharsetSCSU.java228 private int sourceIndex ; field in CharsetSCSU.CharsetDecoderSCSU
634 private int sourceIndex ; field in CharsetSCSU.CharsetEncoderSCSU
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducnv_cnv.cpp59 int32_t sourceIndex, in ucnv_fromUWriteBytes()
99 int32_t sourceIndex, in ucnv_toUWriteUChars()
139 int32_t sourceIndex, in ucnv_toUWriteCodePoint()
H A Ducnv_u7.cpp231 int32_t sourceIndex, nextSourceIndex; in _UTF7ToUnicodeWithOffsets() local
469 int32_t length, targetCapacity, sourceIndex; in _UTF7FromUnicodeWithOffsets() local
915 int32_t sourceIndex, nextSourceIndex; in _IMAPToUnicodeWithOffsets() local
1170 int32_t length, targetCapacity, sourceIndex; in _IMAPFromUnicodeWithOffsets() local
H A Ducnvmbcs.cpp1109 int32_t **offsets, int32_t sourceIndex, in _extFromU()
1176 int32_t **offsets, int32_t sourceIndex, in _extToU()
2043 int32_t sourceIndex; in ucnv_MBCSSingleToUnicodeWithOffsets() local
2195 int32_t sourceIndex; in ucnv_MBCSSingleToBMPWithOffsets() local
2481 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets() local
3420 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3651 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSSingleFromUnicodeWithOffsets() local
3827 int32_t sourceIndex; in ucnv_MBCSSingleFromBMPWithOffsets() local
4086 int32_t prevSourceIndex, sourceIndex, nextSourceIndex; in ucnv_MBCSFromUnicodeWithOffsets() local
H A Ducnv_u16.cpp59 uint32_t targetCapacity, length, sourceIndex; in _UTF16BEFromUnicodeWithOffsets() local
263 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16BEToUnicodeWithOffsets() local
660 uint32_t targetCapacity, length, sourceIndex; in _UTF16LEFromUnicodeWithOffsets() local
864 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16LEToUnicodeWithOffsets() local
H A Ducnvlat1.cpp43 int32_t sourceIndex; in _Latin1ToUnicodeWithOffsets() local
148 int32_t sourceIndex; in _Latin1FromUnicodeWithOffsets() local
489 int32_t sourceIndex; in _ASCIIToUnicodeWithOffsets() local
H A Ducnv2022.cpp436 int32_t sourceIndex, in fromUWriteUInt8()
1924 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1961 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2461 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3117 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
3154 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
H A Ducnvhz.cpp41 #define CONCAT_ESCAPE_MACRO(args, targetIndex,targetLength,strToAppend, err, len,sourceIndex) UPRV_… argument
62 int32_t sourceIndex; member
H A Ducnvbocu.cpp402 int32_t sourceIndex, nextSourceIndex; in _Bocu1FromUnicodeWithOffsets() local
969 int32_t sourceIndex, nextSourceIndex; in _Bocu1ToUnicodeWithOffsets() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnv_cnv.cpp59 int32_t sourceIndex, in ucnv_fromUWriteBytes()
99 int32_t sourceIndex, in ucnv_toUWriteUChars()
139 int32_t sourceIndex, in ucnv_toUWriteCodePoint()
H A Ducnv_u7.cpp231 int32_t sourceIndex, nextSourceIndex; in _UTF7ToUnicodeWithOffsets() local
468 int32_t length, targetCapacity, sourceIndex; in _UTF7FromUnicodeWithOffsets() local
913 int32_t sourceIndex, nextSourceIndex; in _IMAPToUnicodeWithOffsets() local
1167 int32_t length, targetCapacity, sourceIndex; in _IMAPFromUnicodeWithOffsets() local
H A Ducnvmbcs.cpp1109 int32_t **offsets, int32_t sourceIndex, in _extFromU()
1176 int32_t **offsets, int32_t sourceIndex, in _extToU()
2043 int32_t sourceIndex; in ucnv_MBCSSingleToUnicodeWithOffsets() local
2195 int32_t sourceIndex; in ucnv_MBCSSingleToBMPWithOffsets() local
2481 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets() local
3420 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3651 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSSingleFromUnicodeWithOffsets() local
3827 int32_t sourceIndex; in ucnv_MBCSSingleFromBMPWithOffsets() local
4086 int32_t prevSourceIndex, sourceIndex, nextSourceIndex; in ucnv_MBCSFromUnicodeWithOffsets() local
H A Ducnv_u16.cpp59 uint32_t targetCapacity, length, sourceIndex; in _UTF16BEFromUnicodeWithOffsets() local
263 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16BEToUnicodeWithOffsets() local
660 uint32_t targetCapacity, length, sourceIndex; in _UTF16LEFromUnicodeWithOffsets() local
864 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16LEToUnicodeWithOffsets() local
H A Ducnvlat1.cpp43 int32_t sourceIndex; in _Latin1ToUnicodeWithOffsets() local
148 int32_t sourceIndex; in _Latin1FromUnicodeWithOffsets() local
489 int32_t sourceIndex; in _ASCIIToUnicodeWithOffsets() local
H A Ducnv2022.cpp436 int32_t sourceIndex, in fromUWriteUInt8()
1998 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2035 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2540 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3196 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
3233 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
H A Ducnvhz.cpp41 #define CONCAT_ESCAPE_MACRO(args, targetIndex,targetLength,strToAppend, err, len,sourceIndex) UPRV_… argument
62 int32_t sourceIndex; member
H A Ducnvbocu.cpp402 int32_t sourceIndex, nextSourceIndex; in _Bocu1FromUnicodeWithOffsets() local
969 int32_t sourceIndex, nextSourceIndex; in _Bocu1ToUnicodeWithOffsets() local
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp571 int32_t sourceIndex; in onMessageReceived() local
793 int32_t sourceIndex, const sp<ABuffer> &accessUnit) { in writeAccessUnit()

12345678910>>...29