/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 | 756 int32_t sourceIndex, int32_t errorInputLength) { 760 if(sourceIndex>=0) { 762 * adjust each offset by adding the previous sourceIndex 766 delta=sourceIndex-errorInputLength; 830 int32_t sourceIndex; 846 sourceIndex=0; 855 sourceIndex=-1; 876 realSourceIndex=sourceIndex; 882 sourceIndex=-1; 923 /* 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 | 596 int32_t sourceIndex; 597 CHECK(msg->findInt32("source-index", &sourceIndex)); 604 sp<SourceInfo> source = mSources.editItemAt(sourceIndex); 612 writeAccessUnit(sourceIndex, buffer); 627 writeAccessUnit(sourceIndex, buffer); 642 sp<SourceInfo> source = mSources.editItemAt(sourceIndex); 648 sourceIndex, source->lastAccessUnitTimeUs() / 1E6); 820 int32_t sourceIndex, const sp<ABuffer> &accessUnit) { 825 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex] 859 const unsigned PID = 0x1e0 + sourceIndex + 1 [all...] |
/external/icu4c/i18n/ |
ucol.cpp | [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |