Home
last modified time | relevance | path

Searched refs:length2 (Results 1 – 25 of 27) sorted by relevance

12

/external/icu4c/common/
Dunormcmp.cpp140 const UChar *s2, int32_t length2, in unorm_cmpEquivFold() argument
199 if(length2==-1) { in unorm_cmpEquivFold()
202 limit2=s2+length2; in unorm_cmpEquivFold()
534 const UChar *s2, int32_t length2, in unorm_compare() argument
548 if(s1==0 || length1<-1 || s2==0 || length2<-1) { in unorm_compare()
604 isFCD2= UNORM_YES==unorm_internalQuickCheck(s2, length2, mode, TRUE, nx, pErrorCode); in unorm_compare()
648 s2, length2, in unorm_compare()
662 s2, length2, in unorm_compare()
671 length2=_len2; in unorm_compare()
676 result=unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode); in unorm_compare()
Dustring.c684 const UChar *s2, int32_t length2, in uprv_strCompare() argument
694 if(length1<0 && length2<0) { in uprv_strCompare()
750 if(length2<0) { in uprv_strCompare()
751 length2=u_strlen(s2); in uprv_strCompare()
755 if(length1<length2) { in uprv_strCompare()
758 } else if(length1==length2) { in uprv_strCompare()
763 limit1=start1+length2; in uprv_strCompare()
787 limit2=start2+length2; in uprv_strCompare()
922 const UChar *s2, int32_t length2, in u_strCompare() argument
925 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) { in u_strCompare()
[all …]
Dustr_imp.h37 const UChar *s2, int32_t length2,
48 const UChar *s2, int32_t length2,
Dustrcase.c644 const UChar *s2, int32_t length2, in u_strcmpFold() argument
688 if(length2==-1) { in u_strcmpFold()
691 limit2=s2+length2; in u_strcmpFold()
943 const UChar *s2, int32_t length2, in u_strCaseCompare() argument
950 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) { in u_strCaseCompare()
954 return u_strcmpFold(s1, length1, s2, length2, in u_strCaseCompare()
Duloc.c2302 int32_t length, length2, length3 = 0; in uloc_getDisplayName() local
2351 length2=uloc_getDisplayScript(locale, displayLocale, in uloc_getDisplayName()
2355 length2=uloc_getDisplayScript(locale, displayLocale, in uloc_getDisplayName()
2359 hasScript= length2>0; in uloc_getDisplayName()
2360 length+=length2; in uloc_getDisplayName()
2381 length2=uloc_getDisplayCountry(locale, displayLocale, in uloc_getDisplayName()
2385 length2=uloc_getDisplayCountry(locale, displayLocale, in uloc_getDisplayName()
2389 hasCountry= length2>0; in uloc_getDisplayName()
2390 length+=length2; in uloc_getDisplayName()
2411 length2=uloc_getDisplayVariant(locale, displayLocale, in uloc_getDisplayName()
[all …]
Duidna.cpp864 const UChar *s2, int32_t length2, in uidna_compare() argument
894 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status); in uidna_compare()
905 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status); in uidna_compare()
/external/icu4c/i18n/
Ducol_wgt.c113 length=range->length2+1; in lengthenRange()
117 range->length2=length; in lengthenRange()
355 ranges[i].length2=ranges[i].length; in ucol_allocWeights()
362 minLength=ranges[0].length2; in ucol_allocWeights()
367 lengthCounts[ranges[i].length2]+=ranges[i].count2; in ucol_allocWeights()
412 ranges[1].length2=minLength; in ucol_allocWeights()
454 for(i=0; ranges[i].length2==minLength; ++i) { in ucol_allocWeights()
470 …i, ranges[i].start, ranges[i].end, ranges[i].length, ranges[i].length2, ranges[i].count, ranges[i]… in ucol_allocWeights()
504 ranges[0].start=incWeight(weight, ranges[0].length2, maxByte); in ucol_nextWeight()
Ducol_wgt.h31 int32_t length2; member
/external/icu4c/test/cintltst/
Dudatatst.c1341 int32_t length, dataLength, length2, headerLength; in TestSwapCase() local
1440 length2=swapFn(ds, inHeader, length, buffer, &errorCode); in TestSwapCase()
1449 if(length2!=length) { in TestSwapCase()
1451 name, length2, length); in TestSwapCase()
1467 length2=swapFn(ds, buffer, length, buffer, &errorCode); in TestSwapCase()
1476 if(length2!=length) { in TestSwapCase()
1478 name, length2, length); in TestSwapCase()
1494 length2=swapFn(ds, buffer, length, buffer2, &errorCode); in TestSwapCase()
1503 if(length2!=length) { in TestSwapCase()
1505 name, length2, length); in TestSwapCase()
[all …]
Dcucdtst.c3155 int32_t length, length2; in testFold() local
3166 length2=u_strFoldCase(t, LENGTHOF(t), s, length, 0, &errorCode); in testFold()
3167 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) { in testFold()
3176 length2=u_strFoldCase(t, LENGTHOF(t), s, length, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode); in testFold()
3177 if(length2!=turkicFullLength || 0!=u_memcmp(t, turkicFull, length2)) { in testFold()
/external/clearsilver/util/regex/
Dregex.h437 int length1, const char *string2, int length2,
451 int length1, const char *string2, int length2,
/external/webkit/WebKit/mac/icu/unicode/
Duidna.h304 const UChar *s2, int32_t length2,
Dunorm.h569 const UChar *s2, int32_t length2,
Dustring.h461 const UChar *s2, int32_t length2,
539 const UChar *s2, int32_t length2,
/external/icu4c/test/intltest/
Didnaref.h222 const UChar *s2, int32_t length2,
Didnaref.cpp988 const UChar *s2, int32_t length2, in idnaref_compare() argument
1019 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status); in idnaref_compare()
1031 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status); in idnaref_compare()
/external/icu4c/common/unicode/
Duidna.h306 const UChar *s2, int32_t length2,
Dunorm.h570 const UChar *s2, int32_t length2,
Dustring.h466 const UChar *s2, int32_t length2,
544 const UChar *s2, int32_t length2,
/external/webkit/WebCore/icu/unicode/
Duidna.h304 const UChar *s2, int32_t length2,
Dunorm.h569 const UChar *s2, int32_t length2,
Dustring.h461 const UChar *s2, int32_t length2,
539 const UChar *s2, int32_t length2,
/external/webkit/JavaScriptCore/icu/unicode/
Dunorm.h569 const UChar *s2, int32_t length2,
Dustring.h461 const UChar *s2, int32_t length2,
539 const UChar *s2, int32_t length2,
/external/webkit/JavaScriptGlue/icu/unicode/
Dustring.h461 const UChar *s2, int32_t length2,
539 const UChar *s2, int32_t length2,

12