/libcore/luni/src/main/java/java/lang/ |
ArrayIndexOutOfBoundsException.java | 62 public ArrayIndexOutOfBoundsException(int sourceLength, int index) { 63 super("length=" + sourceLength + "; index=" + index); 70 public ArrayIndexOutOfBoundsException(int sourceLength, int offset, 72 super("length=" + sourceLength + "; regionStart=" + offset
|
StringIndexOutOfBoundsException.java | 70 public StringIndexOutOfBoundsException(int sourceLength, int index) { 71 super("length=" + sourceLength + "; index=" + index); 86 public StringIndexOutOfBoundsException(int sourceLength, int offset, 88 super("length=" + sourceLength + "; regionStart=" + offset
|
/external/chromium_org/third_party/icu/source/common/ |
ushape.c | 606 calculateSize(const UChar *source, int32_t sourceLength, 613 destSize = sourceLength; 627 for(i=0;i<sourceLength;i++) { 628 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) { 633 for(i=0;i<sourceLength;i++) { 634 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) { 643 for(i=0;i<sourceLength;i++) { 663 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, 667 for(i = 0; i < sourceLength; i++){ 676 return sourceLength; [all...] |
ucnv.c | [all...] |
/external/icu4c/common/ |
ushape.cpp | 611 calculateSize(const UChar *source, int32_t sourceLength, 618 destSize = sourceLength; 632 for(i=0;i<sourceLength;i++) { 633 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) { 638 for(i=0;i<sourceLength;i++) { 639 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) { 648 for(i=0;i<sourceLength;i++) { 668 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, 672 for(i = 0; i < sourceLength; i++){ 681 return sourceLength; [all...] |
ucnv.c | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioFIFO.cpp | 91 size_t sourceLength = sourceBus->length(); 94 findWrapLengths(m_writeIndex, sourceLength, part1Length, part2Length); 105 && part1Length + part2Length <= sourceLength); 117 m_framesInFifo += sourceLength; 119 m_writeIndex = updateIndex(m_writeIndex, sourceLength);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
umsg.h | 307 * @param sourceLength The length of source, or -1 if null-terminated. 319 int32_t sourceLength, 332 * @param sourceLength The length of source, or -1 if null-terminated. 344 int32_t sourceLength, 416 * @param sourceLength The length of source, or -1 if null-terminated. 430 int32_t sourceLength, 444 * @param sourceLength The length of source, or -1 if null-terminated. 458 int32_t sourceLength, 638 * @param sourceLength The length of source, or -1 if null-terminated. 648 int32_t sourceLength, [all...] |
coll.h | 408 * @param sourceLength the length of the source string array. If this value 418 virtual EComparisonResult compare(const UChar* source, int32_t sourceLength, 427 * @param sourceLength the length of the source string array. If this value 438 virtual UCollationResult compare(const UChar* source, int32_t sourceLength, 502 * @param sourceLength length of the collation key 510 int32_t sourceLength, [all...] |
ucol.h | 421 * @param sourceLength The length of source, or -1 if null-terminated. 434 int32_t sourceLength, 443 * @param sourceLength The length of source, or -1 if null-terminated. 454 const UChar *source, int32_t sourceLength, 462 * @param sourceLength The length of source, or -1 if null-terminated. 473 const UChar *source, int32_t sourceLength, 481 * @param sourceLength The length of source, or -1 if null-terminated. 492 const UChar *source, int32_t sourceLength, 784 * @param sourceLength The length of source, or -1 if null-terminated. [all...] |
tblcoll.h | 357 * @param sourceLength the length of the source string array. If this value 367 virtual EComparisonResult compare(const UChar* source, int32_t sourceLength, 376 * @param sourceLength the length of the source string array. If this value 387 virtual UCollationResult compare(const UChar* source, int32_t sourceLength, 428 * @param sourceLength the length of the source string. 436 int32_t sourceLength, 637 * @param sourceLength length of string to be processed. If -1, the string 646 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength, [all...] |
/external/icu4c/i18n/unicode/ |
umsg.h | 221 * @param sourceLength The length of source, or -1 if null-terminated. 233 int32_t sourceLength, 246 * @param sourceLength The length of source, or -1 if null-terminated. 258 int32_t sourceLength, 330 * @param sourceLength The length of source, or -1 if null-terminated. 344 int32_t sourceLength, 358 * @param sourceLength The length of source, or -1 if null-terminated. 372 int32_t sourceLength, 552 * @param sourceLength The length of source, or -1 if null-terminated. 562 int32_t sourceLength, [all...] |
ucol.h | 519 * @param sourceLength The length of source, or -1 if null-terminated. 532 int32_t sourceLength, 544 * @param sourceLength The length of source, or -1 if null-terminated. 559 int32_t sourceLength, 570 * @param sourceLength The length of source, or -1 if null-terminated. 581 const UChar *source, int32_t sourceLength, 589 * @param sourceLength The length of source, or -1 if null-terminated. 600 const UChar *source, int32_t sourceLength, 608 * @param sourceLength The length of source, or -1 if null-terminated. 619 const UChar *source, int32_t sourceLength, [all...] |
coll.h | 439 * @param sourceLength the length of the source string array. If this value 449 virtual EComparisonResult compare(const UChar* source, int32_t sourceLength, 458 * @param sourceLength the length of the source string array. If this value 469 virtual UCollationResult compare(const UChar* source, int32_t sourceLength, 533 * @param sourceLength length of the collation key 541 int32_t sourceLength, [all...] |
tblcoll.h | 300 * @param sourceLength the length of the source string array. If this value 311 virtual UCollationResult compare(const UChar* source, int32_t sourceLength, 352 * @param sourceLength the length of the source string. 360 int32_t sourceLength, 565 * @param sourceLength length of string to be processed. If -1, the string 574 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength, [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDocument.cpp | 163 size_t sourceLength = images->length(); 165 temp.reserveCapacity(sourceLength); 166 for (size_t i = 0; i < sourceLength; ++i) { 177 size_t sourceLength = forms->length(); 179 temp.reserveCapacity(sourceLength); 180 for (size_t i = 0; i < sourceLength; ++i) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
umsg.cpp | 127 int32_t sourceLength, 137 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status); 147 int32_t sourceLength, 154 umsg_vparse(fmt,source,sourceLength,&count,ap,status); 163 int32_t sourceLength, 175 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status); 184 int32_t sourceLength, 192 umsg_vparse(fmt,source,sourceLength,&count,ap,status); 485 int32_t sourceLength, 498 umsg_vparse(fmt,source,sourceLength,count,ap,status) [all...] |
tblcoll.cpp | 353 int32_t sourceLength, 358 return getEComparisonResult(ucol_strcoll(ucollator, source, sourceLength, 363 int32_t sourceLength, 369 return ucol_strcoll(ucollator, source, sourceLength, target, targetLength); 569 int32_t sourceLength, uint8_t *result, 572 return ucol_getSortKey(ucollator, source, sourceLength, result, resultLength);
|
/external/icu4c/i18n/ |
umsg.cpp | 148 int32_t sourceLength, 158 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status); 168 int32_t sourceLength, 175 umsg_vparse(fmt,source,sourceLength,&count,ap,status); 184 int32_t sourceLength, 196 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status); 205 int32_t sourceLength, 213 umsg_vparse(fmt,source,sourceLength,&count,ap,status); 489 int32_t sourceLength, 502 umsg_vparse(fmt,source,sourceLength,count,ap,status) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
RealtimeAnalyser.cpp | 216 unsigned sourceLength = magnitudeBuffer().size(); 217 size_t len = min(sourceLength, destinationArray->length()); 240 unsigned sourceLength = magnitudeBuffer().size(); 241 size_t len = min(sourceLength, destinationArray->length());
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ushape.h | 74 * @param sourceLength The number of UChars in <code>source</code>. 100 u_shapeArabic(const UChar *source, int32_t sourceLength,
|
ucnv.h | [all...] |
/external/icu4c/common/unicode/ |
ushape.h | 74 * @param sourceLength The number of UChars in <code>source</code>. 101 u_shapeArabic(const UChar *source, int32_t sourceLength,
|
ucnv.h | [all...] |
/external/chromium_org/v8/src/ |
typedarray.js | 176 function TypedArraySetFromArrayLike(target, source, sourceLength, offset) { 178 for (var i = 0; i < sourceLength; i++) { 183 for (var i = 0; i < sourceLength; i++) { 192 var sourceLength = source.length; 202 leftIndex < sourceLength && targetPtr <= sourcePtr; 216 target.byteOffset + (offset + sourceLength - 1) * targetElementSize; 220 source.byteOffset + sourceLength * sourceElementSize; 221 for(var rightIndex = sourceLength - 1;
|