HomeSort by relevance Sort by last modified time
    Searched refs:sourceIndex (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/common/
ucnv_u7.c 226 int32_t sourceIndex, nextSourceIndex;
247 /* sourceIndex=-1 if the current character began in the previous buffer */
248 sourceIndex=byteIndex==0 ? 0 : -1;
259 * In Direct Mode, only the sourceIndex is used.
279 *offsets++=sourceIndex++;
283 nextSourceIndex=++sourceIndex;
303 * In Unicode Mode, the sourceIndex has the index to the start of the current
352 sourceIndex=nextSourceIndex-1;
374 *offsets++=sourceIndex;
375 sourceIndex=nextSourceIndex-1
    [all...]
ucnvlat1.c 39 int32_t sourceIndex;
47 sourceIndex=0;
83 offsets[0]=sourceIndex++;
84 offsets[1]=sourceIndex++;
85 offsets[2]=sourceIndex++;
86 offsets[3]=sourceIndex++;
87 offsets[4]=sourceIndex++;
88 offsets[5]=sourceIndex++;
89 offsets[6]=sourceIndex++;
90 offsets[7]=sourceIndex++
    [all...]
ucnv_cnv.c 51 int32_t sourceIndex,
66 *o++=sourceIndex;
91 int32_t sourceIndex,
106 *o++=sourceIndex;
131 int32_t sourceIndex,
153 *o++=sourceIndex;
155 *o++=sourceIndex;
ucnv_u16.c 55 uint32_t targetCapacity, length, sourceIndex;
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+=2
    [all...]
ucnvbocu.cpp 400 int32_t sourceIndex, nextSourceIndex;
419 /* sourceIndex=-1 if the current character began in the previous buffer */
420 sourceIndex= c==0 ? 0 : -1;
459 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
477 *offsets++=sourceIndex;
480 sourceIndex=nextSourceIndex;
514 *offsets++=sourceIndex;
516 sourceIndex=nextSourceIndex;
536 *offsets++=sourceIndex;
537 *offsets++=sourceIndex;
    [all...]
ucnvscsu.c 242 int32_t sourceIndex, nextSourceIndex;
263 /* sourceIndex=-1 if the current character began in the previous buffer */
264 sourceIndex=state==readCommand ? 0 : -1;
297 *offsets++=sourceIndex;
305 *offsets++=sourceIndex;
313 *offsets++=sourceIndex;
314 *offsets++=sourceIndex;
319 *offsets++=sourceIndex;
328 sourceIndex=nextSourceIndex;
350 *offsets++=sourceIndex;
    [all...]
ucnvmbcs.c     [all...]
ucnv_cnv.h 306 int32_t sourceIndex,
313 int32_t sourceIndex,
321 int32_t sourceIndex,
ucnv.c 766 int32_t sourceIndex, int32_t errorInputLength) {
770 if(sourceIndex>=0) {
772 * adjust each offset by adding the previous sourceIndex
776 delta=sourceIndex-errorInputLength;
840 int32_t sourceIndex;
856 sourceIndex=0;
865 sourceIndex=-1;
886 realSourceIndex=sourceIndex;
892 sourceIndex=-1;
933 /* no sourceIndex adjustment for conversion, only for callback output *
    [all...]
  /external/icu/icu4c/source/common/
ucnv_u7.c 226 int32_t sourceIndex, nextSourceIndex;
247 /* sourceIndex=-1 if the current character began in the previous buffer */
248 sourceIndex=byteIndex==0 ? 0 : -1;
259 * In Direct Mode, only the sourceIndex is used.
279 *offsets++=sourceIndex++;
283 nextSourceIndex=++sourceIndex;
303 * In Unicode Mode, the sourceIndex has the index to the start of the current
352 sourceIndex=nextSourceIndex-1;
374 *offsets++=sourceIndex;
375 sourceIndex=nextSourceIndex-1
    [all...]
ucnvlat1.c 39 int32_t sourceIndex;
47 sourceIndex=0;
83 offsets[0]=sourceIndex++;
84 offsets[1]=sourceIndex++;
85 offsets[2]=sourceIndex++;
86 offsets[3]=sourceIndex++;
87 offsets[4]=sourceIndex++;
88 offsets[5]=sourceIndex++;
89 offsets[6]=sourceIndex++;
90 offsets[7]=sourceIndex++
    [all...]
ucnv_cnv.c 51 int32_t sourceIndex,
66 *o++=sourceIndex;
91 int32_t sourceIndex,
106 *o++=sourceIndex;
131 int32_t sourceIndex,
153 *o++=sourceIndex;
155 *o++=sourceIndex;
ucnv_u16.c 55 uint32_t targetCapacity, length, sourceIndex;
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+=2
    [all...]
ucnvbocu.cpp 400 int32_t sourceIndex, nextSourceIndex;
419 /* sourceIndex=-1 if the current character began in the previous buffer */
420 sourceIndex= c==0 ? 0 : -1;
459 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
477 *offsets++=sourceIndex;
480 sourceIndex=nextSourceIndex;
514 *offsets++=sourceIndex;
516 sourceIndex=nextSourceIndex;
536 *offsets++=sourceIndex;
537 *offsets++=sourceIndex;
    [all...]
ucnvscsu.c 242 int32_t sourceIndex, nextSourceIndex;
263 /* sourceIndex=-1 if the current character began in the previous buffer */
264 sourceIndex=state==readCommand ? 0 : -1;
297 *offsets++=sourceIndex;
305 *offsets++=sourceIndex;
313 *offsets++=sourceIndex;
314 *offsets++=sourceIndex;
319 *offsets++=sourceIndex;
328 sourceIndex=nextSourceIndex;
350 *offsets++=sourceIndex;
    [all...]
ucnvmbcs.c     [all...]
ucnv_cnv.h 301 int32_t sourceIndex,
308 int32_t sourceIndex,
316 int32_t sourceIndex,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 60 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length )
62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 59 public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length )
61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length );
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 100 int sourceIndex = findProvider(serviceInfo.packageName, serviceInfo.name);
101 if (sourceIndex < 0) {
108 } else if (sourceIndex >= targetIndex) {
109 RegisteredMediaRouteProvider provider = mProviders.get(sourceIndex);
112 Collections.swap(mProviders, sourceIndex, targetIndex++);
  /external/icu/icu4c/source/i18n/
ucol.cpp 255 int32_t sourceIndex = 0;
258 sourceIndex++;
259 if(source[sourceIndex] == Collation::LEVEL_SEPARATOR_BYTE) {
263 && (source[sourceIndex] != 0 || sourceIndex < sourceLength));
265 if((source[sourceIndex] == 0 || sourceIndex == sourceLength)
275 if(result != NULL && resultLength >= sourceIndex+boundType) {
276 uprv_memcpy(result, source, sourceIndex);
283 result[sourceIndex++] = 2
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 121 int sourceIndex = findProvider(serviceInfo.packageName, serviceInfo.name);
122 if (sourceIndex < 0) {
130 } else if (sourceIndex >= targetIndex) {
131 RemoteDisplayProviderProxy provider = mProviders.get(sourceIndex);
134 Collections.swap(mProviders, sourceIndex, targetIndex++);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateOptions.java 190 private boolean canSetLanguage(int sourceIndex, int targetIndex) {
191 if (sourceIndex == targetIndex)
193 return checkLanguageBoundaries(sourceIndex) && checkLanguageBoundaries(targetIndex);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SourceMap.js 248 var sourceIndex = 0;
271 var sourceURL = sources[sourceIndex];
294 sourceIndex += sourceIndexDelta;
295 sourceURL = sources[sourceIndex];
  /frameworks/av/include/media/stagefright/
MPEG2TSWriter.h 81 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);

Completed in 1915 milliseconds

1 2 3