Searched defs:sourceIndex (Results 1 - 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs60 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) argument
62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs59 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) argument
61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
/external/icu4c/common/
H A Ducnv_cnv.c51 int32_t sourceIndex,
66 *o++=sourceIndex;
91 int32_t sourceIndex,
106 *o++=sourceIndex;
131 int32_t sourceIndex,
153 *o++=sourceIndex;
155 *o++=sourceIndex;
47 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
87 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
127 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
H A Ducnv_u16.c55 uint32_t targetCapacity, length, sourceIndex; local
87 sourceIndex=0;
107 sourceIndex=1;
149 *offsets++=sourceIndex;
150 *offsets++=sourceIndex++;
159 *offsets++=sourceIndex;
160 *offsets++=sourceIndex;
161 *offsets++=sourceIndex;
162 *offsets++=sourceIndex;
163 sourceIndex
259 uint32_t targetCapacity, length, count, sourceIndex; local
654 uint32_t targetCapacity, length, sourceIndex; local
858 uint32_t targetCapacity, length, count, sourceIndex; local
[all...]
H A Ducnv_u7.c225 int32_t sourceIndex, nextSourceIndex; local
246 /* sourceIndex=-1 if the current character began in the previous buffer */
247 sourceIndex=byteIndex==0 ? 0 : -1;
258 * In Direct Mode, only the sourceIndex is used.
278 *offsets++=sourceIndex++;
282 nextSourceIndex=++sourceIndex;
302 * In Unicode Mode, the sourceIndex has the index to the start of the current
351 sourceIndex=nextSourceIndex-1;
373 *offsets++=sourceIndex;
374 sourceIndex
463 int32_t length, targetCapacity, sourceIndex; local
906 int32_t sourceIndex, nextSourceIndex; local
1161 int32_t length, targetCapacity, sourceIndex; local
[all...]
H A Ducnvlat1.c38 int32_t sourceIndex; local
46 sourceIndex=0;
82 offsets[0]=sourceIndex++;
83 offsets[1]=sourceIndex++;
84 offsets[2]=sourceIndex++;
85 offsets[3]=sourceIndex++;
86 offsets[4]=sourceIndex++;
87 offsets[5]=sourceIndex++;
88 offsets[6]=sourceIndex++;
89 offsets[7]=sourceIndex
143 int32_t sourceIndex; local
477 int32_t sourceIndex; local
[all...]
H A Ducnvbocu.c395 int32_t sourceIndex, nextSourceIndex; local
414 /* sourceIndex=-1 if the current character began in the previous buffer */
415 sourceIndex= c==0 ? 0 : -1;
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
472 *offsets++=sourceIndex;
475 sourceIndex=nextSourceIndex;
509 *offsets++=sourceIndex;
511 sourceIndex=nextSourceIndex;
531 *offsets++=sourceIndex;
532 *offsets++=sourceIndex;
947 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnvhz.c38 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
43 *(offsets++) = sourceIndex-1; \
59 int32_t sourceIndex; member in struct:__anon5774
122 ((UConverterDataHZ*)cnv->extraInfo)->sourceIndex = 0;
H A Ducnv_lmb.c855 int sourceIndex = 0; local
1053 *(args->offsets)++ = sourceIndex;
1056 sourceIndex++;
H A Ducnvscsu.c241 int32_t sourceIndex, nextSourceIndex; local
262 /* sourceIndex=-1 if the current character began in the previous buffer */
263 sourceIndex=state==readCommand ? 0 : -1;
296 *offsets++=sourceIndex;
304 *offsets++=sourceIndex;
312 *offsets++=sourceIndex;
313 *offsets++=sourceIndex;
318 *offsets++=sourceIndex;
327 sourceIndex=nextSourceIndex;
349 *offsets++=sourceIndex;
1023 int32_t sourceIndex, nextSourceIndex; local
[all...]
H A Ducnv.c756 int32_t sourceIndex, int32_t errorInputLength) {
760 if(sourceIndex>=0) {
762 * adjust each offset by adding the previous sourceIndex
766 delta=sourceIndex-errorInputLength;
830 int32_t sourceIndex; local
846 sourceIndex=0;
855 sourceIndex=-1;
876 realSourceIndex=sourceIndex;
882 sourceIndex=-1;
923 /* no sourceIndex adjustmen
755 _updateOffsets(int32_t *offsets, int32_t length, int32_t sourceIndex, int32_t errorInputLength) argument
1275 int32_t sourceIndex; local
[all...]
H A Ducnv2022.c409 int32_t sourceIndex,
414 offsets, sourceIndex, pErrorCode);
1958 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); local
1959 *offsets++ = sourceIndex;
1960 *offsets++ = sourceIndex;
1995 int32_t sourceIndex; local
2014 * of sourceIndex/prevSourceIndex like in ucnvmbcs.c
2019 sourceIndex=(int32_t)(source-args->source);
2020 if(sourceIndex>0) {
2021 --sourceIndex;
405 fromUWriteUInt8(UConverter *cnv, const char *bytes, int32_t length, uint8_t **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) argument
2500 int32_t sourceIndex; local
3154 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); local
3191 int32_t sourceIndex; local
[all...]
H A Ducnvmbcs.c963 int32_t **offsets, int32_t sourceIndex,
975 offsets, sourceIndex,
1009 offsets, sourceIndex, pErrorCode);
1030 int32_t **offsets, int32_t sourceIndex,
1040 offsets, sourceIndex,
1064 ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode);
1894 int32_t sourceIndex; local
1914 /* sourceIndex=-1 if the current character began in the previous buffer */
1915 sourceIndex=0;
1941 *offsets++=sourceIndex;
959 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
1026 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
2046 int32_t sourceIndex; local
2332 int32_t sourceIndex, nextSourceIndex; local
3271 int32_t sourceIndex, nextSourceIndex; local
3502 int32_t sourceIndex, nextSourceIndex; local
3678 int32_t sourceIndex; local
3937 int32_t prevSourceIndex, sourceIndex, nextSourceIndex; local
[all...]
/external/icu4c/i18n/
H A Ducol.cpp6110 int32_t sourceIndex = 0; local
6113 sourceIndex++;
6114 if(source[sourceIndex] == UCOL_LEVELTERMINATOR) {
6118 && (source[sourceIndex] != 0 || sourceIndex < sourceLength));
6120 if((source[sourceIndex] == 0 || sourceIndex == sourceLength)
6130 if(result != NULL && resultLength >= sourceIndex+boundType) {
6131 uprv_memcpy(result, source, sourceIndex);
6138 result[sourceIndex
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 249 milliseconds