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

1 2

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameDistance.java 75 int length1 = array1.length; local
76 if (length1 >= MIN_EXACT_PREFIX_LENGTH) {
93 if (length1 > mMaxLength) {
94 length1 = mMaxLength;
102 Arrays.fill(mMatchFlags1, 0, length1, false);
111 for (int i = 0; i < length1; i++) {
139 for (int i = 0; i < length1; i++) {
152 float jaro = ((m / length1 + m / length2 + (m - (transpositions / 2)) / m)) / 3;
160 for (int i = 0; i < length1; i++) {
  /dalvik/libcore/luni/src/main/native/
cbigint.c 132 addHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2)
143 if (length1 == 0 || length2 == 0)
147 else if (length1 < length2)
149 length2 = length1;
168 else if (index == length1)
171 while (++arg1[index] == 0 && ++index < length1);
173 return (IDATA) index == length1;
177 subtractHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2)
181 for (index = 0; index < length1; ++index)
183 simpleAddHighPrecision (arg1, length1, 1)
    [all...]
cbigint.h 30 void multiplyHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2,
37 IDATA compareHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2,
40 void subtractHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2,
44 IDATA addHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2,
  /external/icu4c/common/
unormcmp.cpp 139 unorm_cmpEquivFold(const UChar *s1, int32_t length1,
192 if(length1==-1) {
195 limit1=s1+length1;
533 unorm_compare(const UChar *s1, int32_t length1,
548 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
603 isFCD1= UNORM_YES==unorm_internalQuickCheck(s1, length1, mode, TRUE, nx, pErrorCode);
620 s1, length1,
634 s1, length1,
643 length1=_len1;
676 result=unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode)
    [all...]
ustr_imp.h 36 uprv_strCompare(const UChar *s1, int32_t length1,
47 u_strcmpFold(const UChar *s1, int32_t length1,
ustring.c 683 uprv_strCompare(const UChar *s1, int32_t length1,
694 if(length1<0 && length2<0) {
716 /* special handling for strncmp, assume length1==length2>=0 but also check for NUL */
721 limit1=start1+length1;
742 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
747 if(length1<0) {
748 length1=u_strlen(s1);
755 if(length1<length2) {
757 limit1=start1+length1;
    [all...]
ustrcase.c 653 u_strcmpFold(const UChar *s1, int32_t length1,
691 if(length1==-1) {
694 limit1=s1+length1;
952 u_strCaseCompare(const UChar *s1, int32_t length1,
960 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) {
964 return u_strcmpFold(s1, length1, s2, length2,
uidna.cpp 861 uidna_compare( const UChar *s1, int32_t length1,
877 b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
888 b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
  /dalvik/libcore/luni/src/main/java/java/util/
BitSet.java 156 int length1 = this.actualArrayLength, length2 = ((BitSet) obj).actualArrayLength; local
158 && length1 != length2) {
163 if (length1 <= length2) {
164 for (int i = 0; i < length1; i++) {
169 for (int i = length1; i < length2; i++) {
180 for (int i = length2; i < length1; i++) {
628 int length1 = actualArrayLength, length2 = bs.actualArrayLength; local
630 if (length1 <= length2) {
631 for (int i = 0; i < length1; i++) {
661 int length1 = actualArrayLength, length2 = bs.actualArrayLength local
    [all...]
  /external/icu4c/common/unicode/
uidna.h 280 * @param length1 Length of first source string, or -1 if NUL-terminated.
305 uidna_compare( const UChar *s1, int32_t length1,
unorm.h 526 * @param length1 Length of first source string, or -1 if NUL-terminated.
569 unorm_compare(const UChar *s1, int32_t length1,
  /external/icu4c/test/intltest/
idnaref.h 202 * @param length1 Length of first source string, or -1 if NUL-terminated.
221 idnaref_compare( const UChar *s1, int32_t length1,
  /external/webkit/WebCore/icu/unicode/
uidna.h 278 * @param length1 Length of first source string, or -1 if NUL-terminated.
303 uidna_compare( const UChar *s1, int32_t length1,
unorm.h 525 * @param length1 Length of first source string, or -1 if NUL-terminated.
568 unorm_compare(const UChar *s1, int32_t length1,
ustring.h 447 * @param length1 Length of first source string, or -1 if NUL-terminated.
460 u_strCompare(const UChar *s1, int32_t length1,
515 * @param length1 Length of first source string, or -1 if NUL-terminated.
538 u_strCaseCompare(const UChar *s1, int32_t length1,
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uidna.h 278 * @param length1 Length of first source string, or -1 if NUL-terminated.
303 uidna_compare( const UChar *s1, int32_t length1,
unorm.h 525 * @param length1 Length of first source string, or -1 if NUL-terminated.
568 unorm_compare(const UChar *s1, int32_t length1,
ustring.h 447 * @param length1 Length of first source string, or -1 if NUL-terminated.
460 u_strCompare(const UChar *s1, int32_t length1,
515 * @param length1 Length of first source string, or -1 if NUL-terminated.
538 u_strCaseCompare(const UChar *s1, int32_t length1,
    [all...]
  /external/clearsilver/util/regex/
regex.h 442 int length1, const char *string2, int length2,
456 int length1, const char *string2, int length2,
  /external/icu4c/i18n/unicode/
uspoof.h 625 * @param length1 the length of the first string, expressed in
645 const UChar *s1, int32_t length1,
660 * @param length1 the length of the first string, in bytes, or -1
678 const char *s1, int32_t length1,
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
unorm.h 525 * @param length1 Length of first source string, or -1 if NUL-terminated.
568 unorm_compare(const UChar *s1, int32_t length1,
ustring.h 447 * @param length1 Length of first source string, or -1 if NUL-terminated.
460 u_strCompare(const UChar *s1, int32_t length1,
515 * @param length1 Length of first source string, or -1 if NUL-terminated.
538 u_strCaseCompare(const UChar *s1, int32_t length1,
    [all...]
  /external/icu4c/i18n/
uspoof.cpp 412 const UChar *s1, int32_t length1,
443 int32_t s1ScriptCount = This->scriptScan(s1, length1, t, *status);
450 s1Skeleton = getSkeleton(sc, flagsForSkeleton, s1, length1, s1SkeletonBuf,
486 s1Skeleton = getSkeleton(sc, flagsForSkeleton, s1, length1, s1SkeletonBuf,
535 const char *s1, int32_t length1,
546 UChar *s1U = convertFromUTF8(s1Buf, USPOOF_STACK_BUFFER_SIZE, &lengthS1U, s1, length1, status);
571 int32_t length1 = s1.length(); local
575 int32_t results = uspoof_areConfusable(sc, u1, length1, u2, length2, status);
  /frameworks/base/awt/java/awt/image/
ConvolveOp.java 250 int length1 = (kWidth - xOrigin - 1) * numBands; local
252 int start1 = (yOrigin + 1) * rowLength - length1;
255 System.arraycopy(pixels, start1, newPixels, start1, length1);
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 447 * @param length1 Length of first source string, or -1 if NUL-terminated.
460 u_strCompare(const UChar *s1, int32_t length1,
515 * @param length1 Length of first source string, or -1 if NUL-terminated.
538 u_strCaseCompare(const UChar *s1, int32_t length1,
    [all...]

Completed in 3708 milliseconds

1 2