/external/icu4c/common/ |
D | ucnv_u7.c | 225 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 …]
|
D | ucnvlat1.c | 38 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 …]
|
D | ucnv_u16.c | 55 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 …]
|
D | ucnvbocu.c | 395 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 …]
|
D | ucnvscsu.c | 241 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 …]
|
D | ucnv_cnv.c | 51 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()
|
D | ucnvmbcs.c | 963 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 …]
|
D | ucnv2022.c | 409 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 …]
|
D | ucnv.c | 756 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 …]
|
D | ucnv_cnv.h | 298 int32_t sourceIndex, 305 int32_t sourceIndex, 313 int32_t sourceIndex,
|
D | ucnvhz.c | 38 #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()
|
D | ucnv_lmb.c | 855 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/ |
D | JSystem.cs | 59 …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/ |
D | JSystem.cs | 60 …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/ |
D | most_visited.js | 89 var sourceIndex = getThumbnailIndex(source); 93 var sourceData = this.data[sourceIndex]; 101 addPinnedUrl(destinationData, sourceIndex); 104 this.data[sourceIndex] = destinationData;
|
/external/icu4c/i18n/ |
D | ucol.cpp | 6110 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/ |
D | jquery-1.4.1.min.js | 87 …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/ |
D | jquery-1.4.2.min.js | 88 …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/ |
D | jquery-resizable.min.js | 19 …urceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0…
|