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

  /external/chromium/third_party/icu/source/common/
ucnvlat1.c 38 int32_t sourceIndex;
46 sourceIndex=0;
82 offsets[0]=sourceIndex++;
83 offsets[1]=sourceIndex++;
84 offsets[2]=sourceIndex++;
85 offsets[3]=sourceIndex++;
86 offsets[4]=sourceIndex++;
87 offsets[5]=sourceIndex++;
88 offsets[6]=sourceIndex++;
89 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 225 int32_t sourceIndex, nextSourceIndex;
246 /* sourceIndex=-1 if the current character began in the previous buffer */
247 sourceIndex=byteIndex==0 ? 0 : -1;
258 * In Direct Mode, only the sourceIndex is used.
278 *offsets++=sourceIndex++;
282 nextSourceIndex=++sourceIndex;
302 * In Unicode Mode, the sourceIndex has the index to the start of the current
334 *offsets++=sourceIndex;
335 sourceIndex=nextSourceIndex-1;
345 *offsets++=sourceIndex;
    [all...]
ucnvhz.c 38 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
43 *(offsets++) = sourceIndex-1; \
59 int32_t sourceIndex;
122 ((UConverterDataHZ*)cnv->extraInfo)->sourceIndex = 0;
ucnvbocu.c 395 int32_t sourceIndex, nextSourceIndex;
414 /* sourceIndex=-1 if the current character began in the previous buffer */
415 sourceIndex= c==0 ? 0 : -1;
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
472 *offsets++=sourceIndex;
475 sourceIndex=nextSourceIndex;
509 *offsets++=sourceIndex;
511 sourceIndex=nextSourceIndex;
531 *offsets++=sourceIndex;
532 *offsets++=sourceIndex;
    [all...]
ucnv_lmb.c 790 int sourceIndex = 0;
    [all...]
ucnvscsu.c 241 int32_t sourceIndex, nextSourceIndex;
262 /* sourceIndex=-1 if the current character began in the previous buffer */
263 sourceIndex=state==readCommand ? 0 : -1;
296 *offsets++=sourceIndex;
304 *offsets++=sourceIndex;
312 *offsets++=sourceIndex;
313 *offsets++=sourceIndex;
318 *offsets++=sourceIndex;
327 sourceIndex=nextSourceIndex;
349 *offsets++=sourceIndex;
    [all...]
ucnv.c 754 int32_t sourceIndex, int32_t errorInputLength) {
758 if(sourceIndex>=0) {
760 * adjust each offset by adding the previous sourceIndex
764 delta=sourceIndex-errorInputLength;
828 int32_t sourceIndex;
844 sourceIndex=0;
853 sourceIndex=-1;
874 realSourceIndex=sourceIndex;
880 sourceIndex=-1;
921 /* no sourceIndex adjustment for conversion, only for callback output *
    [all...]
ucnvmbcs.c     [all...]
ucnv2022.c 409 int32_t sourceIndex,
414 offsets, sourceIndex, pErrorCode);
    [all...]
  /external/icu4c/common/
ucnvlat1.c 38 int32_t sourceIndex;
46 sourceIndex=0;
82 offsets[0]=sourceIndex++;
83 offsets[1]=sourceIndex++;
84 offsets[2]=sourceIndex++;
85 offsets[3]=sourceIndex++;
86 offsets[4]=sourceIndex++;
87 offsets[5]=sourceIndex++;
88 offsets[6]=sourceIndex++;
89 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 225 int32_t sourceIndex, nextSourceIndex;
246 /* sourceIndex=-1 if the current character began in the previous buffer */
247 sourceIndex=byteIndex==0 ? 0 : -1;
258 * In Direct Mode, only the sourceIndex is used.
278 *offsets++=sourceIndex++;
282 nextSourceIndex=++sourceIndex;
302 * In Unicode Mode, the sourceIndex has the index to the start of the current
334 *offsets++=sourceIndex;
335 sourceIndex=nextSourceIndex-1;
345 *offsets++=sourceIndex;
    [all...]
ucnvhz.c 38 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
43 *(offsets++) = sourceIndex-1; \
59 int32_t sourceIndex;
122 ((UConverterDataHZ*)cnv->extraInfo)->sourceIndex = 0;
ucnvbocu.c 395 int32_t sourceIndex, nextSourceIndex;
414 /* sourceIndex=-1 if the current character began in the previous buffer */
415 sourceIndex= c==0 ? 0 : -1;
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
472 *offsets++=sourceIndex;
475 sourceIndex=nextSourceIndex;
509 *offsets++=sourceIndex;
511 sourceIndex=nextSourceIndex;
531 *offsets++=sourceIndex;
532 *offsets++=sourceIndex;
    [all...]
ucnv_lmb.c 855 int sourceIndex = 0;
    [all...]
ucnvscsu.c 241 int32_t sourceIndex, nextSourceIndex;
262 /* sourceIndex=-1 if the current character began in the previous buffer */
263 sourceIndex=state==readCommand ? 0 : -1;
296 *offsets++=sourceIndex;
304 *offsets++=sourceIndex;
312 *offsets++=sourceIndex;
313 *offsets++=sourceIndex;
318 *offsets++=sourceIndex;
327 sourceIndex=nextSourceIndex;
349 *offsets++=sourceIndex;
    [all...]
ucnv.c 754 int32_t sourceIndex, int32_t errorInputLength) {
758 if(sourceIndex>=0) {
760 * adjust each offset by adding the previous sourceIndex
764 delta=sourceIndex-errorInputLength;
828 int32_t sourceIndex;
844 sourceIndex=0;
853 sourceIndex=-1;
874 realSourceIndex=sourceIndex;
880 sourceIndex=-1;
921 /* no sourceIndex adjustment for conversion, only for callback output *
    [all...]
ucnv2022.c 409 int32_t sourceIndex,
414 offsets, sourceIndex, pErrorCode);
    [all...]
ucnvmbcs.c     [all...]
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 522 int32_t sourceIndex;
523 CHECK(msg->findInt32("source-index", &sourceIndex));
538 writeAccessUnit(sourceIndex, buffer);
672 int32_t sourceIndex, const sp<ABuffer> &accessUnit) {
677 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
711 const unsigned PID = 0x1e0 + sourceIndex + 1;
714 mSources.editItemAt(sourceIndex)->incrementContinuityCounter();
719 mSources.editItemAt(sourceIndex)->streamType() == 0x0f ? 0xc0 : 0xe0;
773 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
782 mSources.editItemAt(sourceIndex)->incrementContinuityCounter()
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 497 milliseconds