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

1 2

  /external/icu4c/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,
ucnv.c 758 int32_t sourceIndex, int32_t errorInputLength) {
762 if(sourceIndex>=0) {
764 * adjust each offset by adding the previous sourceIndex
768 delta=sourceIndex-errorInputLength;
832 int32_t sourceIndex;
848 sourceIndex=0;
857 sourceIndex=-1;
878 realSourceIndex=sourceIndex;
884 sourceIndex=-1;
925 /* no sourceIndex adjustment for conversion, only for callback output *
    [all...]
ucnv2022.cpp 415 int32_t sourceIndex,
420 offsets, sourceIndex, pErrorCode);
    [all...]
ucnvhz.c 39 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
44 *(offsets++) = sourceIndex-1; \
60 int32_t sourceIndex;
122 ((UConverterDataHZ*)cnv->extraInfo)->sourceIndex = 0;
ucnv_lmb.c 855 int sourceIndex = 0;
    [all...]
  /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 73 int sourceIndex = findProvider(serviceInfo.packageName, serviceInfo.name);
74 if (sourceIndex < 0) {
81 } else if (sourceIndex >= targetIndex) {
82 RegisteredMediaRouteProvider provider = mProviders.get(sourceIndex);
84 Collections.swap(mProviders, sourceIndex, targetIndex++);
MediaRouter.java     [all...]
  /frameworks/av/include/media/stagefright/
MPEG2TSWriter.h 81 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 267 int sourceIndex = randInt(labelResources.length);
268 values.put(StreamItems.RES_LABEL, labelResources[sourceIndex]);
269 if (sourceIndex < iconResources.length) {
270 values.put(StreamItems.RES_ICON, iconResources[sourceIndex]);
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 607 int32_t sourceIndex;
608 CHECK(msg->findInt32("source-index", &sourceIndex));
615 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
623 writeAccessUnit(sourceIndex, buffer);
636 writeAccessUnit(sourceIndex, buffer);
651 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
657 sourceIndex, source->lastAccessUnitTimeUs() / 1E6);
834 int32_t sourceIndex, const sp<ABuffer> &accessUnit) {
839 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
873 const unsigned PID = 0x1e0 + sourceIndex + 1
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery-1.4.2.min.js     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 372 milliseconds

1 2