Searched defs:length2 (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_wgt.h29 int32_t length2; member in struct:WeightRange
H A Duspoof.cpp307 const UChar *id2, int32_t length2,
313 if (length1 < -1 || length2 < -1) {
319 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor
327 const char *id2, int32_t length2,
333 if (length1 < -1 || length2 < -1) {
338 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : uprv_strlen(id2)));
305 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) argument
325 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) argument
/external/chromium_org/ppapi/tests/
H A Dtest_browser_font.cc55 int32_t length2 = font.MeasureText(pp::BrowserFontTextRun("WWWWWWWW")); local
57 ASSERT_TRUE(length2 >= length1 * 2);
/external/replicaisland/src/com/replica/replicaisland/
H A DVector2.java87 return (float) Math.sqrt(length2());
90 public final float length2() { method in class:Vector2
/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp144 const UChar *s2, int32_t length2,
204 if(length2==-1) {
207 limit2=s2+length2;
568 const UChar *s2, int32_t length2,
575 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) {
625 length2=fcd2.length();
632 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) {
634 length2=fcd2.length();
640 return unorm_cmpEquivFold(s1, length1, s2, length2, option
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
567 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Duidna.cpp862 const UChar *s2, int32_t length2,
892 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
903 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
H A Dustrcase.cpp471 const UChar *s2, int32_t length2,
515 if(length2==-1) {
518 limit2=s2+length2;
770 const UChar *s2, int32_t length2,
777 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) {
781 return u_strcmpFold(s1, length1, s2, length2,
470 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
769 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
H A Dustring.cpp685 const UChar *s2, int32_t length2,
695 if(length1<0 && length2<0) {
717 /* special handling for strncmp, assume length1==length2>=0 but also check for NUL */
751 if(length2<0) {
752 length2=u_strlen(s2);
755 /* limit1=start1+min(lenght1, length2) */
756 if(length1<length2) {
759 } else if(length1==length2) {
762 } else /* length1>length2 */ {
764 limit1=start1+length2;
684 uprv_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool strncmpStyle, UBool codePointOrder) argument
922 u_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool codePointOrder) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp144 const UChar *s2, int32_t length2,
204 if(length2==-1) {
207 limit2=s2+length2;
568 const UChar *s2, int32_t length2,
575 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) {
625 length2=fcd2.length();
632 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) {
634 length2=fcd2.length();
640 return unorm_cmpEquivFold(s1, length1, s2, length2, option
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
567 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Duidna.cpp862 const UChar *s2, int32_t length2,
892 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
903 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
H A Dustrcase.cpp471 const UChar *s2, int32_t length2,
515 if(length2==-1) {
518 limit2=s2+length2;
770 const UChar *s2, int32_t length2,
777 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) {
781 return u_strcmpFold(s1, length1, s2, length2,
470 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
769 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp990 const UChar *s2, int32_t length2,
1021 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1033 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);
989 idnaref_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp990 const UChar *s2, int32_t length2,
1021 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1033 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);
989 idnaref_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
/external/tcpdump/
H A Dprint-ospf.c836 register u_int length2; local
857 length2 = EXTRACT_16BITS(&op->ospf_len);
858 dptr = (u_char *)op + length2;
863 length2 += op->ospf_authdata[3];
865 if (length2 >= length) {
874 length2 = EXTRACT_16BITS(dptr);
875 printf(", length: %u", length2);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c547 int32_t length1, length2, length3; local
607 length2=utrie2_serialize(trie, storage, sizeof(storage), &errorCode);
616 if(length1!=length2) {
633 uprv_memset(swapped, 0x55, length2);
637 if(U_FAILURE(errorCode) || swappedLength!=length2) {
644 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode);
646 if(U_FAILURE(errorCode) || swappedLength!=length2) {
653 uprv_memset(storage, 0xaa, length2);
657 if(U_FAILURE(errorCode) || swappedLength!=length2) {
664 swappedLength=utrie2_swap(ds, swapped, length2, storag
[all...]
H A Dudatatst.c1396 int32_t length, dataLength, length2, headerLength; local
1495 length2=swapFn(ds, inHeader, length, buffer, &errorCode);
1504 if(length2!=length) {
1506 name, length2, length);
1522 length2=swapFn(ds, buffer, length, buffer, &errorCode);
1531 if(length2!=length) {
1533 name, length2, length);
1549 length2=swapFn(ds, buffer, length, buffer2, &errorCode);
1558 if(length2!=length) {
1560 name, length2, lengt
[all...]
H A Dcnormtst.c172 int32_t x, neededLen, length2; local
182 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2);
183 if(neededLen!=length2) {
186 modeStrings[mode], (int)x, (int)neededLen, (int)length2);
192 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, LENGTHOF(result), &status);
193 if(U_FAILURE(status) || neededLen!=length2) {
199 length2=unorm_normalize(source, -1, mode, 0, result, LENGTHOF(result), &status);
200 if(U_FAILURE(status) || neededLen!=length2) {
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java1730 patch.length2 += prefix.length() + suffix.length();
1820 patch.length2 += aDiff.text.length();
1836 patch.length2 += aDiff.text.length();
1890 patchCopy.length2 = aPatch.length2;
1950 delta -= aPatch.length2 - aPatch.length1;
2037 patch.length2 += paddingLength;
2047 patch.length2 += extraLength;
2057 patch.length2 += paddingLength;
2064 patch.length2
2345 public int length2; field in class:diff_match_patch.Patch
[all...]
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp340 const UChar *id2, int32_t length2,
346 if (length1 < -1 || length2 < -1) {
352 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor
360 const char *id2, int32_t length2,
366 if (length1 < -1 || length2 < -1) {
371 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : uprv_strlen(id2)));
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
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c547 int32_t length1, length2, length3; local
607 length2=utrie2_serialize(trie, storage, sizeof(storage), &errorCode);
616 if(length1!=length2) {
633 uprv_memset(swapped, 0x55, length2);
637 if(U_FAILURE(errorCode) || swappedLength!=length2) {
644 swappedLength=utrie2_swap(ds, storage, length2, swapped, &errorCode);
646 if(U_FAILURE(errorCode) || swappedLength!=length2) {
653 uprv_memset(storage, 0xaa, length2);
657 if(U_FAILURE(errorCode) || swappedLength!=length2) {
664 swappedLength=utrie2_swap(ds, swapped, length2, storag
[all...]
H A Dudatatst.c1399 int32_t length, dataLength, length2, headerLength; local
1498 length2=swapFn(ds, inHeader, length, buffer, &errorCode);
1507 if(length2!=length) {
1509 name, length2, length);
1525 length2=swapFn(ds, buffer, length, buffer, &errorCode);
1534 if(length2!=length) {
1536 name, length2, length);
1552 length2=swapFn(ds, buffer, length, buffer2, &errorCode);
1561 if(length2!=length) {
1563 name, length2, lengt
[all...]
/external/srec/srec/cfront/
H A Dsp_fft.c481 void do_fft1(srfft* pthis, unsigned length2, fftdata* data) argument
/external/chromium_org/base/files/
H A Dfile_path.cc1164 int length2 = string2.length(); local
1173 length2,
1179 DCHECK_EQ(index2, length2);
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc1545 int length2 = un_canonicalize.get(chars[j], '\0', chars2); local
1546 CHECK_EQ(length, length2);
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc64 const char *offset2, uptr length2) {
65 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
67 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) do { \
70 if (RangesOverlap(offset1, length1, offset2, length2)) { \
73 offset2, length2, &stack); \
63 RangesOverlap(const char *offset1, uptr length1, const char *offset2, uptr length2) argument

Completed in 401 milliseconds

12