Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/
Ducnv_cnv.c51 int32_t sourceIndex, in ucnv_fromUWriteBytes()
91 int32_t sourceIndex, in ucnv_toUWriteUChars()
131 int32_t sourceIndex, in ucnv_toUWriteCodePoint()
Ducnv_u7.c226 int32_t sourceIndex, nextSourceIndex; in _UTF7ToUnicodeWithOffsets() local
464 int32_t length, targetCapacity, sourceIndex; in _UTF7FromUnicodeWithOffsets() local
905 int32_t sourceIndex, nextSourceIndex; in _IMAPToUnicodeWithOffsets() local
1160 int32_t length, targetCapacity, sourceIndex; in _IMAPFromUnicodeWithOffsets() local
Ducnv_u16.c55 uint32_t targetCapacity, length, sourceIndex; in _UTF16BEFromUnicodeWithOffsets() local
259 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16BEToUnicodeWithOffsets() local
651 uint32_t targetCapacity, length, sourceIndex; in _UTF16LEFromUnicodeWithOffsets() local
855 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16LEToUnicodeWithOffsets() local
Ducnvlat1.c39 int32_t sourceIndex; in _Latin1ToUnicodeWithOffsets() local
144 int32_t sourceIndex; in _Latin1FromUnicodeWithOffsets() local
475 int32_t sourceIndex; in _ASCIIToUnicodeWithOffsets() local
Ducnvmbcs.cpp1102 int32_t **offsets, int32_t sourceIndex, in _extFromU()
1169 int32_t **offsets, int32_t sourceIndex, in _extToU()
2032 int32_t sourceIndex; in ucnv_MBCSSingleToUnicodeWithOffsets() local
2184 int32_t sourceIndex; in ucnv_MBCSSingleToBMPWithOffsets() local
2470 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets() local
3409 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3640 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSSingleFromUnicodeWithOffsets() local
3816 int32_t sourceIndex; in ucnv_MBCSSingleFromBMPWithOffsets() local
4075 int32_t prevSourceIndex, sourceIndex, nextSourceIndex; in ucnv_MBCSFromUnicodeWithOffsets() local
Ducnvhz.c39 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ … argument
60 int32_t sourceIndex; member
Ducnvbocu.cpp400 int32_t sourceIndex, nextSourceIndex; in _Bocu1FromUnicodeWithOffsets() local
950 int32_t sourceIndex, nextSourceIndex; in _Bocu1ToUnicodeWithOffsets() local
Ducnv2022.cpp429 int32_t sourceIndex, in fromUWriteUInt8()
2009 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2046 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2552 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3208 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
3245 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
Ducnvscsu.c242 int32_t sourceIndex, nextSourceIndex; in _SCSUToUnicodeWithOffsets() local
1024 int32_t sourceIndex, nextSourceIndex; in _SCSUFromUnicodeWithOffsets() local
Ducnv.c756 int32_t sourceIndex, int32_t errorInputLength) { in _updateOffsets()
830 int32_t sourceIndex; in _fromUnicodeWithCallback() local
1275 int32_t sourceIndex; in _toUnicodeWithCallback() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java61 int sourceIndex = oldSource + sourceOffset; in decodeLoop() local
101 int sourceIndex = -1; in decodeLoop() local
217 int sourceIndex = oldSource + sourceOffset; in encodeLoop() local
259 int sourceIndex = -1; in encodeLoop() local
DCharsetUTF8.java80 int sourceIndex = source.arrayOffset() + source.position(); in decodeLoop() local
201 int sourceIndex = source.position(); in decodeLoop() local
622 private int sourceIndex; field in CharsetUTF8.CharsetEncoderUTF8
DCharsetEncoderICU.java385 int sourceIndex; in fromUnicodeWithCallback() local
691 IntBuffer offsets, int sourceIndex) { in fromUWriteBytes()
899 final CoderResult handleSurrogates(char[] sourceArray, int sourceIndex, in handleSurrogates()
DCharsetUTF7.java191 int sourceIndex, nextSourceIndex; in decodeLoop() local
495 int length, targetCapacity, sourceIndex; in encodeLoop() local
DCharsetISO2022.java231 int sourceIndex = source.position(); in getEndOfBuffer_2022() local
2046 int sourceIndex = source.position() - 1; in encodeLoop() local
2072 int sourceIndex; in encodeLoop() local
2504 int sourceIndex = source.position(); in encodeLoop() local
2531 int sourceIndex; in encodeLoop() local
2811 int sourceIndex; in encodeLoop() local
DCharsetDecoderICU.java390 int sourceIndex; in toUnicodeWithCallback() local
666 … CharBuffer target, IntBuffer offsets, int sourceIndex) { in toUWriteUChars()
DCharsetMBCS.java1843 …ivate CoderResult toUWriteCodePoint(int c, CharBuffer target, IntBuffer offsets, int sourceIndex) { in toUWriteCodePoint()
1882 …ivate int toU(int length, ByteBuffer source, CharBuffer target, IntBuffer offsets, int sourceIndex, in toU()
2019 int sourceIndex, nextSourceIndex; in cnvMBCSToUnicodeWithOffsets() local
2373 int sourceIndex; in cnvMBCSSingleToBMPWithOffsets() local
2501 int sourceIndex; in cnvMBCSSingleToUnicodeWithOffsets() local
2862 int prevSourceIndex, sourceIndex, nextSourceIndex; in encodeLoop() local
3885 …private int fromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int sourceIndex, in fromU()
3999 int c, sourceIndex; in cnvMBCSSingleFromBMPWithOffsets() local
4165 int sourceIndex, nextSourceIndex; in cnvMBCSSingleFromUnicodeWithOffsets() local
4313 int c, sourceIndex, nextSourceIndex; in cnvMBCSDoubleFromUnicodeWithOffsets() local
[all …]
DCharsetUTF32.java214 int sourceIndex = source.position() - 1; in encodeChar() local
DCharsetUTF16.java289 int sourceIndex = source.position() - 1; in encodeChar() local
DCharsetCallback.java432 private static final int itou(char[] buffer, int sourceIndex, int i, int radix, int minwidth) { in itou()
DCharsetSCSU.java227 private int sourceIndex ; field in CharsetSCSU.CharsetDecoderSCSU
631 private int sourceIndex ; field in CharsetSCSU.CharsetEncoderSCSU
DCharsetCompoundText.java242 int sourceIndex = source.position(); in findStateFromEscSeq() local
DCharsetBOCU1.java234 int sourceIndex, nextSourceIndex; field in CharsetBOCU1.CharsetEncoderBOCU
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DJSystem.cs59 …public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int desti… in arraycopy()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DJSystem.cs60 …public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int desti… in arraycopy()

12