/external/icu/icu4c/source/common/ |
D | ucnv_cnv.c | 53 int32_t sourceIndex, in ucnv_fromUWriteBytes() 93 int32_t sourceIndex, in ucnv_toUWriteUChars() 133 int32_t sourceIndex, in ucnv_toUWriteCodePoint()
|
D | ucnv_u7.c | 229 int32_t sourceIndex, nextSourceIndex; in _UTF7ToUnicodeWithOffsets() local 467 int32_t length, targetCapacity, sourceIndex; in _UTF7FromUnicodeWithOffsets() local 911 int32_t sourceIndex, nextSourceIndex; in _IMAPToUnicodeWithOffsets() local 1166 int32_t length, targetCapacity, sourceIndex; in _IMAPFromUnicodeWithOffsets() local
|
D | ucnvlat1.c | 41 int32_t sourceIndex; in _Latin1ToUnicodeWithOffsets() local 146 int32_t sourceIndex; in _Latin1FromUnicodeWithOffsets() local 477 int32_t sourceIndex; in _ASCIIToUnicodeWithOffsets() local
|
D | ucnv_u16.c | 57 uint32_t targetCapacity, length, sourceIndex; in _UTF16BEFromUnicodeWithOffsets() local 261 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16BEToUnicodeWithOffsets() local 656 uint32_t targetCapacity, length, sourceIndex; in _UTF16LEFromUnicodeWithOffsets() local 860 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16LEToUnicodeWithOffsets() local
|
D | ucnvmbcs.cpp | 1108 int32_t **offsets, int32_t sourceIndex, in _extFromU() 1175 int32_t **offsets, int32_t sourceIndex, in _extToU() 2042 int32_t sourceIndex; in ucnv_MBCSSingleToUnicodeWithOffsets() local 2194 int32_t sourceIndex; in ucnv_MBCSSingleToBMPWithOffsets() local 2480 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSToUnicodeWithOffsets() local 3419 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3650 int32_t sourceIndex, nextSourceIndex; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3826 int32_t sourceIndex; in ucnv_MBCSSingleFromBMPWithOffsets() local 4085 int32_t prevSourceIndex, sourceIndex, nextSourceIndex; in ucnv_MBCSFromUnicodeWithOffsets() local
|
D | ucnvhz.c | 41 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ … argument 62 int32_t sourceIndex; member
|
D | ucnvbocu.cpp | 402 int32_t sourceIndex, nextSourceIndex; in _Bocu1FromUnicodeWithOffsets() local 969 int32_t sourceIndex, nextSourceIndex; in _Bocu1ToUnicodeWithOffsets() local
|
D | ucnv2022.cpp | 436 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
|
D | ucnvscsu.c | 244 int32_t sourceIndex, nextSourceIndex; in _SCSUToUnicodeWithOffsets() local 1026 int32_t sourceIndex, nextSourceIndex; in _SCSUFromUnicodeWithOffsets() local
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetASCII.java | 64 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
|
D | CharsetUTF8.java | 83 int sourceIndex = source.arrayOffset() + source.position(); in decodeLoop() local 204 int sourceIndex = source.position(); in decodeLoop() local 627 private int sourceIndex; field in CharsetUTF8.CharsetEncoderUTF8
|
D | CharsetEncoderICU.java | 393 int sourceIndex; in fromUnicodeWithCallback() local 700 IntBuffer offsets, int sourceIndex) { in fromUWriteBytes() 908 final CoderResult handleSurrogates(char[] sourceArray, int sourceIndex, in handleSurrogates()
|
D | CharsetUTF7.java | 195 int sourceIndex, nextSourceIndex; in decodeLoop() local 501 int length, targetCapacity, sourceIndex; in encodeLoop() local
|
D | CharsetDecoderICU.java | 398 int sourceIndex; in toUnicodeWithCallback() local 674 … CharBuffer target, IntBuffer offsets, int sourceIndex) { in toUWriteUChars()
|
D | CharsetISO2022.java | 233 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
|
D | CharsetUTF32.java | 220 int sourceIndex = source.position() - 1; in encodeChar() local
|
D | CharsetMBCS.java | 1838 …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 …]
|
D | CharsetCallback.java | 442 private static final int itou(char[] buffer, int sourceIndex, int i, int radix, int minwidth) { in itou()
|
D | CharsetUTF16.java | 295 int sourceIndex = source.position() - 1; in encodeChar() local
|
D | CharsetSCSU.java | 228 private int sourceIndex ; field in CharsetSCSU.CharsetDecoderSCSU 634 private int sourceIndex ; field in CharsetSCSU.CharsetEncoderSCSU
|
D | CharsetCompoundText.java | 244 int sourceIndex = source.position(); in findStateFromEscSeq() local
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | JSystem.cs | 59 …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/ |
D | JSystem.cs | 60 …public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int desti… in arraycopy()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Edits.java | 437 public int sourceIndex() { return srcIndex; } in sourceIndex() method in Edits.Iterator
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Edits.java | 425 public int sourceIndex() { return srcIndex; } in sourceIndex() method in Edits.Iterator
|