HomeSort by relevance Sort by last modified time
    Searched refs:sourceLength (Results 1 - 25 of 59) sorted by null

1 2 3

  /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/core/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 157 size_t sourceLength = images->length();
159 temp.reserveCapacity(sourceLength);
160 for (size_t i = 0; i < sourceLength; ++i) {
171 size_t sourceLength = forms->length();
173 temp.reserveCapacity(sourceLength);
174 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 220 unsigned sourceLength = magnitudeBuffer().size();
221 size_t len = min(sourceLength, destinationArray->length());
244 unsigned sourceLength = magnitudeBuffer().size();
245 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...]
unorm.h 194 * @param sourceLength The length of source, or -1 if NUL-terminated.
207 unorm_normalize(const UChar *source, int32_t sourceLength,
224 * @param sourcelength length of source to test, or -1 if NUL-terminated
233 unorm_quickCheck(const UChar *source, int32_t sourcelength,
  /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...]

Completed in 763 milliseconds

1 2 3