HomeSort by relevance Sort by last modified time
    Searched refs:sourceLength (Results 1 - 25 of 71) 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.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/icu/icu4c/source/common/
ushape.cpp 635 calculateSize(const UChar *source, int32_t sourceLength,
642 destSize = sourceLength;
656 for(i=0;i<sourceLength;i++) {
657 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) {
662 for(i=0;i<sourceLength;i++) {
663 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) {
672 for(i=0;i<sourceLength;i++) {
692 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength,
696 for(i = 0; i < sourceLength; i++){
705 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 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 521 * @param sourceLength The length of source, or -1 if null-terminated.
534 int32_t sourceLength,
545 * @param sourceLength The length of source, or -1 if null-terminated.
560 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,
568 * @param sourceLength length of string to be processed. If -1, the string
577 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
    [all...]
  /external/icu/icu4c/source/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 537 * @param sourceLength The length of source, or -1 if null-terminated.
550 int32_t sourceLength,
561 * @param sourceLength The length of source, or -1 if null-terminated.
576 int32_t sourceLength,
586 * @param sourceLength The length of source, or -1 if null-terminated.
597 const UChar *source, int32_t sourceLength,
605 * @param sourceLength The length of source, or -1 if null-terminated.
616 const UChar *source, int32_t sourceLength,
624 * @param sourceLength The length of source, or -1 if null-terminated.
635 const UChar *source, int32_t sourceLength,
    [all...]
coll.h 416 * @param sourceLength the length of the source string array. If this value
426 virtual EComparisonResult compare(const UChar* source, int32_t sourceLength,
435 * @param sourceLength the length of the source string array. If this value
446 virtual UCollationResult compare(const UChar* source, int32_t sourceLength,
510 * @param sourceLength length of the collation key
518 int32_t sourceLength,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp 36 GrGLint sourceLength = static_cast<GrGLint>(prettySource.size());
38 GrGLint sourceLength = static_cast<GrGLint>(shaderSrc.size());
41 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &sourceStr, &sourceLength));
  /external/icu/icu4c/source/i18n/
ucol.cpp 191 int32_t sourceLength,
198 ((sourceLength==-1 && source!=NULL) ? u_strlen(source) : sourceLength));
202 getSortKey(source, sourceLength, result, resultLength);
239 int32_t sourceLength,
263 && (source[sourceIndex] != 0 || sourceIndex < sourceLength));
265 if((source[sourceIndex] == 0 || sourceIndex == sourceLength)
440 int32_t sourceLength,
449 UTRACE_DATA2(UTRACE_VERBOSE, "source string = %vh ", source, sourceLength);
455 compare(source, sourceLength, target, targetLength, status)
    [all...]
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/icu/source/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/web/
WebDocument.cpp 166 size_t sourceLength = images->length();
168 temp.reserveCapacity(sourceLength);
169 for (size_t i = 0; i < sourceLength; ++i) {
180 size_t sourceLength = forms->length();
182 temp.reserveCapacity(sourceLength);
183 for (size_t i = 0; i < sourceLength; ++i) {
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.cpp 206 unsigned sourceLength = magnitudeBuffer().size();
207 size_t len = std::min(sourceLength, destinationArray->length());
230 unsigned sourceLength = magnitudeBuffer().size();
231 size_t len = std::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/icu/icu4c/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/chromium_org/v8/src/
typedarray.js 190 function TypedArraySetFromArrayLike(target, source, sourceLength, offset) {
192 for (var i = 0; i < sourceLength; i++) {
197 for (var i = 0; i < sourceLength; i++) {
206 var sourceLength = source.length;
216 leftIndex < sourceLength && targetPtr <= sourcePtr;
230 target.byteOffset + (offset + sourceLength - 1) * targetElementSize;
234 source.byteOffset + sourceLength * sourceElementSize;
235 for(var rightIndex = sourceLength - 1;

Completed in 1670 milliseconds

1 2 3