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

1 2

  /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/icu4c/common/
ushape.cpp 610 calculateSize(const UChar *source, int32_t sourceLength,
617 destSize = sourceLength;
631 for(i=0;i<sourceLength;i++) {
632 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) {
637 for(i=0;i<sourceLength;i++) {
638 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) {
647 for(i=0;i<sourceLength;i++) {
667 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength,
671 for(i = 0; i < sourceLength; i++){
680 return sourceLength;
    [all...]
ucnv.c     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 77 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
80 const UChar* sourceEnd = source + sourceLength;
84 if (sourceLength <= resultLength) {
100 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
103 const UChar* sourceEnd = source + sourceLength;
107 if (sourceLength <= resultLength) {
123 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
126 if (resultLength < sourceLength) {
128 return sourceLength;
130 for (int i = 0; i < sourceLength; ++i
    [all...]
UnicodeBrew.h 120 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
122 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
129 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 85 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
88 const UChar* sourceEnd = source + sourceLength;
93 if (sourceLength <= resultLength)
109 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
112 const UChar* sourceEnd = source + sourceLength;
117 if (sourceLength <= resultLength)
133 int foldCase(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
136 if (resultLength < sourceLength) {
138 return sourceLength;
140 for (int i = 0; i < sourceLength; ++i
    [all...]
  /external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.h 37 int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode);
ShapeArabic.c 351 shapeUnicode(UChar *dest, int32_t sourceLength,
369 for (i = 0; i < sourceLength; i++) {
378 iend = sourceLength;
389 Nx = sourceLength + 2, Nw = 0;
395 while (Nx >= sourceLength) { /* we need to know about next char */
465 Nx = sourceLength + 2;
472 destSize = sourceLength;
477 int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) {
486 if( source==NULL || sourceLength<-1 ||
496 if(sourceLength==-1)
    [all...]
TextCodecMac.cpp 207 int sourceLength = length;
211 while ((sourceLength || bufferWasFull) && !sawError) {
214 OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWritten);
215 ASSERT(bytesRead <= sourceLength);
217 sourceLength -= bytesRead;
231 if (sourceLength) {
233 sourceLength -= 1;
240 if (sourceLength < bufferSize) {
241 memcpy(m_bufferedBytes, sourcePointer, sourceLength);
242 m_numBufferedBytes = 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,
543 * @param sourceLength The length of source, or -1 if null-terminated.
558 int32_t sourceLength,
568 * @param sourceLength The length of source, or -1 if null-terminated.
579 const UChar *source, int32_t sourceLength,
587 * @param sourceLength The length of source, or -1 if null-terminated.
598 const UChar *source, int32_t sourceLength,
606 * @param sourceLength The length of source, or -1 if null-terminated.
617 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,
557 * @param sourceLength length of string to be processed. If -1, the string
566 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ushape.h 74 * @param sourceLength The number of UChars in <code>source</code>.
100 u_shapeArabic(const UChar *source, int32_t sourceLength,
ucol.h 381 * @param sourceLength The length of source, or -1 if null-terminated.
394 int32_t sourceLength,
403 * @param sourceLength The length of source, or -1 if null-terminated.
414 const UChar *source, int32_t sourceLength,
422 * @param sourceLength The length of source, or -1 if null-terminated.
433 const UChar *source, int32_t sourceLength,
441 * @param sourceLength The length of source, or -1 if null-terminated.
452 const UChar *source, int32_t sourceLength,
686 * @param sourceLength The length of source, or -1 if null-terminated.
696 int32_t sourceLength,
    [all...]
ucnv.h     [all...]
  /external/webkit/Source/WebCore/platform/text/
TextEncoding.cpp 88 size_t sourceLength = length;
93 if (unorm_quickCheck(source, sourceLength, UNORM_NFC, &err) != UNORM_YES) {
95 normalizedCharacters.grow(sourceLength);
105 sourceLength = normalizedLength;
107 return newTextCodec(*this)->encode(source, sourceLength, handling);
  /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/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 381 * @param sourceLength The length of source, or -1 if null-terminated.
394 int32_t sourceLength,
403 * @param sourceLength The length of source, or -1 if null-terminated.
414 const UChar *source, int32_t sourceLength,
422 * @param sourceLength The length of source, or -1 if null-terminated.
433 const UChar *source, int32_t sourceLength,
441 * @param sourceLength The length of source, or -1 if null-terminated.
452 const UChar *source, int32_t sourceLength,
686 * @param sourceLength The length of source, or -1 if null-terminated.
696 int32_t sourceLength,
    [all...]
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/webkit/Source/WebCore/webaudio/
RealtimeAnalyser.cpp 209 unsigned sourceLength = magnitudeBuffer().size();
210 size_t len = min(sourceLength, destinationArray->length());
233 unsigned sourceLength = magnitudeBuffer().size();
234 size_t len = min(sourceLength, destinationArray->length());
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h     [all...]

Completed in 1259 milliseconds

1 2