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

1 2 3

  /external/chromium/third_party/icu/source/common/
ushape.c 613 calculateSize(const UChar *source, int32_t sourceLength,
620 destSize = sourceLength;
634 for(i=0;i<sourceLength;i++) {
635 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) {
640 for(i=0;i<sourceLength;i++) {
641 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) {
650 for(i=0;i<sourceLength;i++) {
670 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength,
674 for(i = 0; i < sourceLength; i++){
683 return sourceLength;
    [all...]
ucnv.c     [all...]
  /external/icu4c/common/
ushape.c 613 calculateSize(const UChar *source, int32_t sourceLength,
620 destSize = sourceLength;
634 for(i=0;i<sourceLength;i++) {
635 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) {
640 for(i=0;i<sourceLength;i++) {
641 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) {
650 for(i=0;i<sourceLength;i++) {
670 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength,
674 for(i = 0; i < sourceLength; i++){
683 return sourceLength;
    [all...]
ucnv.c     [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 80 int toLower(wchar_t* result, int resultLength, const wchar_t* source, int sourceLength, bool* isError)
83 const UChar* sourceEnd = source + sourceLength;
88 if (sourceLength <= resultLength)
104 int toUpper(wchar_t* result, int resultLength, const wchar_t* source, int sourceLength, bool* isError)
107 const UChar* sourceEnd = source + sourceLength;
112 if (sourceLength <= resultLength)
128 int foldCase(wchar_t* result, int resultLength, const wchar_t* source, int sourceLength, bool* isError)
131 if (resultLength < sourceLength) {
133 return sourceLength;
135 for (int i = 0; i < sourceLength; ++i
    [all...]
  /external/webkit/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 206 int sourceLength = length;
210 while ((sourceLength || bufferWasFull) && !sawError) {
213 OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWritten);
214 ASSERT(bytesRead <= sourceLength);
216 sourceLength -= bytesRead;
230 if (sourceLength) {
232 sourceLength -= 1;
239 if (sourceLength < bufferSize) {
240 memcpy(m_bufferedBytes, sourcePointer, sourceLength);
241 m_numBufferedBytes = sourceLength;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
umsg.h 264 * @param sourceLength The length of source, or -1 if null-terminated.
276 int32_t sourceLength,
289 * @param sourceLength The length of source, or -1 if null-terminated.
301 int32_t sourceLength,
373 * @param sourceLength The length of source, or -1 if null-terminated.
387 int32_t sourceLength,
401 * @param sourceLength The length of source, or -1 if null-terminated.
415 int32_t sourceLength,
576 * @param sourceLength The length of source, or -1 if null-terminated.
586 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 383 * @param sourceLength The length of source, or -1 if null-terminated.
396 int32_t sourceLength,
405 * @param sourceLength The length of source, or -1 if null-terminated.
416 const UChar *source, int32_t sourceLength,
424 * @param sourceLength The length of source, or -1 if null-terminated.
435 const UChar *source, int32_t sourceLength,
443 * @param sourceLength The length of source, or -1 if null-terminated.
454 const UChar *source, int32_t sourceLength,
710 * @param sourceLength The length of source, or -1 if null-terminated.
722 int32_t sourceLength,
    [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 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 407 * @param sourceLength The length of source, or -1 if null-terminated.
420 int32_t sourceLength,
429 * @param sourceLength The length of source, or -1 if null-terminated.
440 const UChar *source, int32_t sourceLength,
448 * @param sourceLength The length of source, or -1 if null-terminated.
459 const UChar *source, int32_t sourceLength,
467 * @param sourceLength The length of source, or -1 if null-terminated.
478 const UChar *source, int32_t sourceLength,
734 * @param sourceLength The length of source, or -1 if null-terminated.
746 int32_t sourceLength,
    [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/webkit/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...]
  /external/chromium/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 351 int32_t sourceLength,
356 return getEComparisonResult(ucol_strcoll(ucollator, source, sourceLength,
361 int32_t sourceLength,
367 return ucol_strcoll(ucollator, source, sourceLength, target, targetLength);
567 int32_t sourceLength, uint8_t *result,
570 return ucol_getSortKey(ucollator, source, sourceLength, result, resultLength);
  /external/icu4c/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...]
  /external/webkit/WebCore/platform/text/
TextEncoding.cpp 96 size_t sourceLength = length;
101 if (unorm_quickCheck(source, sourceLength, UNORM_NFC, &err) != UNORM_YES) {
103 normalizedCharacters.grow(sourceLength);
113 sourceLength = normalizedLength;
115 return newTextCodec(*this)->encode(source, sourceLength, handling);
  /external/webkit/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...]
  /external/chromium/third_party/icu/public/common/unicode/
ushape.h 74 * @param sourceLength The number of UChars in <code>source</code>.
100 u_shapeArabic(const UChar *source, int32_t sourceLength,
  /external/icu4c/common/unicode/
ushape.h 74 * @param sourceLength The number of UChars in <code>source</code>.
100 u_shapeArabic(const UChar *source, int32_t sourceLength,

Completed in 508 milliseconds

1 2 3