Searched refs:length1 (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/Security-57031.1.35/Security/include/security_filedb/
H A DDbValue.cpp193 uint32 length1 = (uint32)inData1.Length, length2 = (uint32)inData2.Length; local
200 if (length1 > length2)
202 length2 = length1;
206 if (length1 > length2)
208 data2 += (length2 - length1);
209 length2 = length1;
214 if (length1 != length2)
216 if (length1 == 0)
218 return compare(data1, data2, length1) == 0;
221 if (length1 !
406 uint32 length1 = (uint32)Length, length2 = (uint32)other.Length; local
501 uint32 length1 = mNumValues, length2 = other.mNumValues; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbValue.cpp193 uint32 length1 = (uint32)inData1.Length, length2 = (uint32)inData2.Length; local
200 if (length1 > length2)
202 length2 = length1;
206 if (length1 > length2)
208 data2 += (length2 - length1);
209 length2 = length1;
214 if (length1 != length2)
216 if (length1 == 0)
218 return compare(data1, data2, length1) == 0;
221 if (length1 !
406 uint32 length1 = (uint32)Length, length2 = (uint32)other.Length; local
501 uint32 length1 = mNumValues, length2 = other.mNumValues; local
[all...]
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSKeyCompare.c31 SInt32 FastUnicodeCompare ( register ConstUniCharArrayPtr str1, register ItemCount length1,
153 SInt32 FastUnicodeCompare ( register ConstUniCharArrayPtr str1, register ItemCount length1, argument
165 while (length1 && c1 == 0) {
167 --length1;
293 int length1 = searchKey->nodeName.length; local
298 if (length1 < length2) {
299 length = length1;
301 } else if (length1 > length2) {
305 length = length1;
474 int length1 local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DHFSUnicodeWrappers.h106 extern int32_t FastUnicodeCompare(register ConstUniCharArrayPtr str1, register ItemCount length1,
109 extern int32_t UnicodeBinaryCompare (register ConstUniCharArrayPtr str1, register ItemCount length1,
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c1135 int match, start, length1, length2;
1151 ustring1 = Tcl_GetUnicodeFromObj(objv[1], &length1);
1168 ustring1 = Tcl_GetUnicodeFromObj(objv[1], &length1);
1190 if (length1 > 0 && length1 <= length2) {
1193 end = ustring2 + length2 - length1 + 1;
1200 (unsigned long) length1) == 0)) {
1247 int match, start, length1, length2;
1263 ustring1 = Tcl_GetUnicodeFromObj(objv[1], &length1);
1280 ustring1 = Tcl_GetUnicodeFromObj(objv[1], &length1);
1127 int match, start, length1, length2; local
1238 int match, start, length1, length2; local
1408 int i, failat = 0, result = 1, strict = 0, index, length1, length2; local
1755 int length1, length2, mapElemc, index; local
2154 int count, index, length1, length2; local
2492 int length1, length2, i, match, length, nocase = 0, reqlength = -1; local
2639 int length1, length2, i, match, length, nocase = 0, reqlength = -1; local
2861 int length1, length2; local
2945 int length1, length2; local
3029 int length1, length2; local
3116 int offset, length1, length2; local
3212 int offset, length1, length2; local
3284 int offset, length1, length2; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunormcmp.cpp143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, argument
197 if(length1==-1) {
200 limit1=s1+length1;
567 unorm_compare(const UChar *s1, int32_t length1, argument
575 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
619 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) {
621 length1=fcd1.length();
628 if(_normalize(n2, s1, length1, fcd1, pErrorCode)) {
630 length1=fcd1.length();
640 return unorm_cmpEquivFold(s1, length1, s
[all...]
H A Dustring.cpp684 uprv_strCompare(const UChar *s1, int32_t length1, argument
695 if(length1<0 && length2<0) {
717 /* special handling for strncmp, assume length1==length2>=0 but also check for NUL */
722 limit1=start1+length1;
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
748 if(length1<0) {
749 length1=u_strlen(s1);
756 if(length1<length2) {
758 limit1=start1+length1;
922 u_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool codePointOrder) argument
[all...]
H A Dustr_imp.h50 uprv_strCompare(const UChar *s1, int32_t length1,
60 u_strcmpFold(const UChar *s1, int32_t length1,
H A Dustrcase.cpp470 u_strcmpFold(const UChar *s1, int32_t length1, argument
508 if(length1==-1) {
511 limit1=s1+length1;
769 u_strCaseCompare(const UChar *s1, int32_t length1, argument
777 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) {
781 return u_strcmpFold(s1, length1, s2, length2,
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DOperations.h41 int32_t length1 = s1->length(); local
42 if (!length1)
47 if (sumOverflows<int32_t>(length1, length2))
57 int32_t length1 = u1.length(); local
61 if (length1 < 0 || length2 < 0 || length3 < 0)
64 if (!length1)
71 if (sumOverflows<int32_t>(length1, length2, length3))
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c1238 int length1, length2;
1331 string1 = (char*) Tcl_GetByteArrayFromObj(objv[0], &length1);
1342 string1 = (char*) Tcl_GetUnicodeFromObj(objv[0], &length1);
1353 string1 = (char*) Tcl_GetStringFromObj(objv[0], &length1);
1358 length1 = Tcl_NumUtfChars(string1, length1);
1365 && (reqlength < 0) && (length1 != length2)) {
1368 length = (length1 < length2) ? length1 : length2;
1380 match = length1
1231 int length1, length2; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c367 int32_t FastUnicodeCompare ( register ConstUniCharArrayPtr str1, register ItemCount length1, argument
382 while (length1 && c1 == 0) {
384 --length1;
516 int32_t FastUnicodeCompare( void * str1, u_int32_t length1, void * str2, u_int32_t length2 );
520 __unused u_int32_t length1,
519 FastUnicodeCompare( __unused void * str1, __unused u_int32_t length1, __unused void * str2, __unused u_int32_t length2 ) argument
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DByteVector.java287 int length1 = 2 * data.length;
289 byte[] newData = new byte[length1 > length2 ? length1 : length2];
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Didnaref.h198 * @param length1 Length of first source string, or -1 if NUL-terminated.
216 idnaref_compare( const UChar *s1, int32_t length1,
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A Ddnssec.c1381 int length1, length2; local
1383 length1 = r1->rdlength;
1386 if (length1 < 7 || length2 < 7)
1394 length1 -= 6;
1396 return (name_compare(r1->rdata + 6, r2->rdata + 6, length1, length2));
1402 int length1, length2; local
1406 length1 = r1->rdlength;
1410 if (length1 < 1 || length2 < 1)
1416 res = name_compare(r1->rdata, r2->rdata, length1, length2);
1422 length1
1458 int length1, length2; local
1508 dom2_compare(mDNSu8 *d1, mDNSu8 *d2, int length1, int length2) argument
1541 int length1, length2; local
1582 int length1, length2; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duspoof.cpp339 const UChar *id1, int32_t length1,
346 if (length1 < -1 || length2 < -1) {
351 UnicodeString id1Str((length1==-1), id1, length1); // Aliasing constructor
359 const char *id1, int32_t length1,
366 if (length1 < -1 || length2 < -1) {
370 UnicodeString id1Str = UnicodeString::fromUTF8(StringPiece(id1, length1>=0? length1 : uprv_strlen(id1)));
338 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) argument
358 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxregex2.h475 int length1, const char *string2, int length2,
488 int length1, const char *string2, int length2,
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunorm.h511 * @param length1 Length of first source string, or -1 if NUL-terminated.
554 unorm_compare(const UChar *s1, int32_t length1,
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dunorm.h511 * @param length1 Length of first source string, or -1 if NUL-terminated.
554 unorm_compare(const UChar *s1, int32_t length1,
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunorm.h511 * @param length1 Length of first source string, or -1 if NUL-terminated.
554 unorm_compare(const UChar *s1, int32_t length1,
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dunorm.h511 * @param length1 Length of first source string, or -1 if NUL-terminated.
554 unorm_compare(const UChar *s1, int32_t length1,
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Duspoof.h769 * @param length1 the length of the first identifer, expressed in
789 const UChar *id1, int32_t length1,
804 * @param length1 the length of the first identifiers, in bytes, or -1
822 const char *id1, int32_t length1,
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.h497 int length1, const char *string2, int length2,
511 int length1, const char *string2, int length2,
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h481 int length1, const char *string2, int length2,
495 int length1, const char *string2, int length2,
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h533 int length1, const char *string2, int length2,
547 int length1, const char *string2, int length2,

Completed in 401 milliseconds

12