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

1 2

  /external/chromium_org/third_party/icu/source/common/
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_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...]
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...]
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;
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...]
ucnv_lmb.c 855 int sourceIndex = 0;
    [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...]
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...]
ucnv2022.cpp 432 int32_t sourceIndex,
437 offsets, sourceIndex, pErrorCode);
    [all...]
ucnvmbcs.c     [all...]
  /external/icu/icu4c/source/common/
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_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...]
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...]
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;
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...]
ucnv_lmb.c 855 int sourceIndex = 0;
    [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...]
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...]
ucnv2022.cpp 415 int32_t sourceIndex,
420 offsets, sourceIndex, pErrorCode);
    [all...]
  /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...]
collationbuilder.cpp     [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/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
TextureStorage11.cpp     [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 608 int32_t sourceIndex;
609 CHECK(msg->findInt32("source-index", &sourceIndex));
616 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
624 writeAccessUnit(sourceIndex, buffer);
637 writeAccessUnit(sourceIndex, buffer);
652 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
658 sourceIndex, source->lastAccessUnitTimeUs() / 1E6);
835 int32_t sourceIndex, const sp<ABuffer> &accessUnit) {
840 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
874 const unsigned PID = 0x1e0 + sourceIndex + 1
    [all...]

Completed in 1441 milliseconds

1 2