Searched defs:length2 (Results 1 - 25 of 50) 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.cpp413 const UChar *s2, int32_t length2,
444 int32_t s2ScriptCount = This->scriptScan(s2, length2, t, *status);
452 s2Skeleton = getSkeleton(sc, flagsForSkeleton, s2, length2, s2SkeletonBuf,
488 s2Skeleton = getSkeleton(sc, flagsForSkeleton, s2, length2, s2SkeletonBuf,
536 const char *s2, int32_t length2,
550 UChar *s2U = convertFromUTF8(s2Buf, USPOOF_STACK_BUFFER_SIZE, &lengthS2U, s2, length2, status);
573 int32_t length2 = s2.length(); local
575 int32_t results = uspoof_areConfusable(sc, u1, length1, u2, length2, status);
411 uspoof_areConfusable(const USpoofChecker *sc, const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UErrorCode *status) argument
534 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *s1, int32_t length1, const char *s2, int32_t length2, UErrorCode *status) argument
/external/icu4c/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;
539 const UChar *s2, int32_t length2,
546 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
600 UnicodeString str2(length2<0, s2, length2);
628 length2=fcd2.length();
633 return unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode);
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
538 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
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.c650 const UChar *s2, int32_t length2,
694 if(length2==-1) {
697 limit2=s2+length2;
949 const UChar *s2, int32_t length2,
956 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) {
960 return u_strcmpFold(s1, length1, s2, length2,
649 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
948 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
H A Dlocdispnames.cpp436 int32_t length, length2, length3 = 0; local
524 length2=uloc_getDisplayScript(locale, displayLocale,
528 length2=uloc_getDisplayScript(locale, displayLocale,
532 hasScript= length2>0;
533 length+=length2;
550 length2=uloc_getDisplayCountry(locale, displayLocale,
554 length2=uloc_getDisplayCountry(locale, displayLocale,
558 hasCountry= length2>0;
559 length+=length2;
576 length2
[all...]
H A Dustring.c684 const UChar *s2, int32_t length2,
694 if(length1<0 && length2<0) {
716 /* special handling for strncmp, assume length1==length2>=0 but also check for NUL */
750 if(length2<0) {
751 length2=u_strlen(s2);
754 /* limit1=start1+min(lenght1, length2) */
755 if(length1<length2) {
758 } else if(length1==length2) {
761 } else /* length1>length2 */ {
763 limit1=start1+length2;
683 uprv_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool strncmpStyle, UBool codePointOrder) argument
921 u_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool codePointOrder) argument
[all...]
/external/icu4c/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.cpp988 const UChar *s2, int32_t length2,
1019 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1031 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);
987 idnaref_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
/external/icu4c/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/chromium/base/
H A Dfile_path.cc1071 int length2 = string2.length(); local
1080 length2,
1086 DCHECK_EQ(index2, length2);
/external/chromium_org/base/files/
H A Dfile_path.cc1152 int length2 = string2.length(); local
1161 length2,
1167 DCHECK_EQ(index2, 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.c1356 int32_t length, dataLength, length2, headerLength; local
1455 length2=swapFn(ds, inHeader, length, buffer, &errorCode);
1464 if(length2!=length) {
1466 name, length2, length);
1482 length2=swapFn(ds, buffer, length, buffer, &errorCode);
1491 if(length2!=length) {
1493 name, length2, length);
1509 length2=swapFn(ds, buffer, length, buffer2, &errorCode);
1518 if(length2!=length) {
1520 name, length2, lengt
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc62 const char *offset2, uptr length2) {
63 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
65 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) do { \
68 if (RangesOverlap(offset1, length1, offset2, length2)) { \
71 offset2, length2, &stack); \
61 RangesOverlap(const char *offset1, uptr length1, const char *offset2, uptr length2) argument
/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/icu4c/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.c1364 int32_t length, dataLength, length2, headerLength; local
1463 length2=swapFn(ds, inHeader, length, buffer, &errorCode);
1472 if(length2!=length) {
1474 name, length2, length);
1490 length2=swapFn(ds, buffer, length, buffer, &errorCode);
1499 if(length2!=length) {
1501 name, length2, length);
1517 length2=swapFn(ds, buffer, length, buffer2, &errorCode);
1526 if(length2!=length) {
1528 name, length2, lengt
[all...]
/external/srec/srec/cfront/
H A Dsp_fft.c481 void do_fft1(srfft* pthis, unsigned length2, fftdata* data) argument

Completed in 1486 milliseconds

12