Home
last modified time | relevance | path

Searched refs:sourceIndex (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/common/
Ducnv_u7.c225 int32_t sourceIndex, nextSourceIndex; in _UTF7ToUnicodeWithOffsets() local
247 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets()
278 *offsets++=sourceIndex++; in _UTF7ToUnicodeWithOffsets()
282 nextSourceIndex=++sourceIndex; in _UTF7ToUnicodeWithOffsets()
351 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
373 *offsets++=sourceIndex; in _UTF7ToUnicodeWithOffsets()
374 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
384 *offsets++=sourceIndex; in _UTF7ToUnicodeWithOffsets()
385 sourceIndex=nextSourceIndex-1; in _UTF7ToUnicodeWithOffsets()
395 *offsets++=sourceIndex; in _UTF7ToUnicodeWithOffsets()
[all …]
Ducnvlat1.c38 int32_t sourceIndex; in _Latin1ToUnicodeWithOffsets() local
46 sourceIndex=0; in _Latin1ToUnicodeWithOffsets()
82 offsets[0]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
83 offsets[1]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
84 offsets[2]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
85 offsets[3]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
86 offsets[4]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
87 offsets[5]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
88 offsets[6]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
89 offsets[7]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
[all …]
Ducnv_u16.c55 uint32_t targetCapacity, length, sourceIndex; in _UTF16BEFromUnicodeWithOffsets() local
87 sourceIndex=0; in _UTF16BEFromUnicodeWithOffsets()
107 sourceIndex=1; in _UTF16BEFromUnicodeWithOffsets()
149 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
150 *offsets++=sourceIndex++; in _UTF16BEFromUnicodeWithOffsets()
159 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
160 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
161 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
162 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
163 sourceIndex+=2; in _UTF16BEFromUnicodeWithOffsets()
[all …]
Ducnvbocu.c395 int32_t sourceIndex, nextSourceIndex; in _Bocu1FromUnicodeWithOffsets() local
415 sourceIndex= c==0 ? 0 : -1; in _Bocu1FromUnicodeWithOffsets()
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */ in _Bocu1FromUnicodeWithOffsets()
472 *offsets++=sourceIndex; in _Bocu1FromUnicodeWithOffsets()
475 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
509 *offsets++=sourceIndex; in _Bocu1FromUnicodeWithOffsets()
511 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
531 *offsets++=sourceIndex; in _Bocu1FromUnicodeWithOffsets()
532 *offsets++=sourceIndex; in _Bocu1FromUnicodeWithOffsets()
534 sourceIndex=nextSourceIndex; in _Bocu1FromUnicodeWithOffsets()
[all …]
Ducnvscsu.c241 int32_t sourceIndex, nextSourceIndex; in _SCSUToUnicodeWithOffsets() local
263 sourceIndex=state==readCommand ? 0 : -1; in _SCSUToUnicodeWithOffsets()
296 *offsets++=sourceIndex; in _SCSUToUnicodeWithOffsets()
304 *offsets++=sourceIndex; in _SCSUToUnicodeWithOffsets()
312 *offsets++=sourceIndex; in _SCSUToUnicodeWithOffsets()
313 *offsets++=sourceIndex; in _SCSUToUnicodeWithOffsets()
318 *offsets++=sourceIndex; in _SCSUToUnicodeWithOffsets()
327 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
349 *offsets++=sourceIndex; in _SCSUToUnicodeWithOffsets()
351 sourceIndex=nextSourceIndex; in _SCSUToUnicodeWithOffsets()
[all …]
Ducnv_cnv.c51 int32_t sourceIndex, in ucnv_fromUWriteBytes() argument
66 *o++=sourceIndex; in ucnv_fromUWriteBytes()
91 int32_t sourceIndex, in ucnv_toUWriteUChars() argument
106 *o++=sourceIndex; in ucnv_toUWriteUChars()
131 int32_t sourceIndex, in ucnv_toUWriteCodePoint() argument
153 *o++=sourceIndex; in ucnv_toUWriteCodePoint()
155 *o++=sourceIndex; in ucnv_toUWriteCodePoint()
Ducnvmbcs.c963 int32_t **offsets, int32_t sourceIndex, in _extFromU() argument
975 offsets, sourceIndex, in _extFromU()
1009 offsets, sourceIndex, pErrorCode); in _extFromU()
1030 int32_t **offsets, int32_t sourceIndex, in _extToU() argument
1040 offsets, sourceIndex, in _extToU()
1064 … ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode); in _extToU()
1894 int32_t sourceIndex; in ucnv_MBCSSingleToUnicodeWithOffsets() local
1915 sourceIndex=0; in ucnv_MBCSSingleToUnicodeWithOffsets()
1941 *offsets++=sourceIndex; in ucnv_MBCSSingleToUnicodeWithOffsets()
1945 ++sourceIndex; in ucnv_MBCSSingleToUnicodeWithOffsets()
[all …]
Ducnv2022.c409 int32_t sourceIndex, in fromUWriteUInt8() argument
414 offsets, sourceIndex, pErrorCode); in fromUWriteUInt8()
1958 int32_t sourceIndex = (int32_t)(source - args->source - U16_LENGTH(sourceChar)); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1959 *offsets++ = sourceIndex; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1960 *offsets++ = sourceIndex; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1995 int32_t sourceIndex; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2019 sourceIndex=(int32_t)(source-args->source); in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2020 if(sourceIndex>0) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2021 --sourceIndex; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2022 if( U16_IS_TRAIL(args->source[sourceIndex]) && in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
[all …]
Ducnv.c756 int32_t sourceIndex, int32_t errorInputLength) { in _updateOffsets() argument
760 if(sourceIndex>=0) { in _updateOffsets()
766 delta=sourceIndex-errorInputLength; in _updateOffsets()
830 int32_t sourceIndex; in _fromUnicodeWithCallback() local
846 sourceIndex=0; in _fromUnicodeWithCallback()
855 sourceIndex=-1; in _fromUnicodeWithCallback()
876 realSourceIndex=sourceIndex; in _fromUnicodeWithCallback()
882 sourceIndex=-1; in _fromUnicodeWithCallback()
939 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _fromUnicodeWithCallback()
951 if(sourceIndex>=0) { in _fromUnicodeWithCallback()
[all …]
Ducnv_cnv.h298 int32_t sourceIndex,
305 int32_t sourceIndex,
313 int32_t sourceIndex,
Ducnvhz.c38 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ … argument
43 …*(offsets++) = sourceIndex-1; …
59 int32_t sourceIndex; member
122 ((UConverterDataHZ*)cnv->extraInfo)->sourceIndex = 0; in _HZReset()
Ducnv_lmb.c855 int sourceIndex = 0; in _LMBCSFromUnicode() local
1053 *(args->offsets)++ = sourceIndex; in _LMBCSFromUnicode()
1056 sourceIndex++; in _LMBCSFromUnicode()
/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() argument
61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length ); 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() argument
62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length ); in arraycopy()
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.js89 var sourceIndex = getThumbnailIndex(source);
93 var sourceData = this.data[sourceIndex];
101 addPinnedUrl(destinationData, sourceIndex);
104 this.data[sourceIndex] = destinationData;
/external/icu4c/i18n/
Ducol.cpp6110 int32_t sourceIndex = 0; in ucol_getBound() local
6113 sourceIndex++; in ucol_getBound()
6114 if(source[sourceIndex] == UCOL_LEVELTERMINATOR) { in ucol_getBound()
6118 && (source[sourceIndex] != 0 || sourceIndex < sourceLength)); in ucol_getBound()
6120 if((source[sourceIndex] == 0 || sourceIndex == sourceLength) in ucol_getBound()
6130 if(result != NULL && resultLength >= sourceIndex+boundType) { in ucol_getBound()
6131 uprv_memcpy(result, source, sourceIndex); in ucol_getBound()
6138 result[sourceIndex++] = 2; in ucol_getBound()
6142 result[sourceIndex++] = 0xFF; in ucol_getBound()
6143 result[sourceIndex++] = 0xFF; in ucol_getBound()
[all …]
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js87 …ment)C=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)j=true;return g.sourceIndex?-1:1}g…
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js88 …ment)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js19 …urceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0…