/external/chromium_org/third_party/icu/source/common/ |
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...] |
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_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.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...] |
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...] |
ucnvmbcs.c | [all...] |
ucnv_cnv.h | 298 int32_t sourceIndex, 305 int32_t sourceIndex, 313 int32_t sourceIndex,
|
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...] |
/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...] |
/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++);
|
/frameworks/base/services/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 | 183 private boolean canSetLanguage(int sourceIndex, int targetIndex) { 184 if (sourceIndex == targetIndex) 186 return checkLanguageBoundaries(sourceIndex) && checkLanguageBoundaries(targetIndex);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SourceMap.js | 209 var sourceIndex = 0; 232 var sourceURL = sources[sourceIndex]; 255 sourceIndex += sourceIndexDelta; 256 sourceURL = sources[sourceIndex];
|
/frameworks/av/include/media/stagefright/ |
MPEG2TSWriter.h | 81 void writeAccessUnit(int32_t sourceIndex, const sp<ABuffer> &buffer);
|