/external/icu4c/common/ |
D | unormcmp.cpp | 140 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()
|
D | ustring.c | 684 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 …]
|
D | ustr_imp.h | 37 const UChar *s2, int32_t length2, 48 const UChar *s2, int32_t length2,
|
D | ustrcase.c | 644 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()
|
D | uloc.c | 2302 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 …]
|
D | uidna.cpp | 864 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/ |
D | ucol_wgt.c | 113 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()
|
D | ucol_wgt.h | 31 int32_t length2; member
|
/external/icu4c/test/cintltst/ |
D | udatatst.c | 1341 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 …]
|
D | cucdtst.c | 3155 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/ |
D | regex.h | 437 int length1, const char *string2, int length2, 451 int length1, const char *string2, int length2,
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | uidna.h | 304 const UChar *s2, int32_t length2,
|
D | unorm.h | 569 const UChar *s2, int32_t length2,
|
D | ustring.h | 461 const UChar *s2, int32_t length2, 539 const UChar *s2, int32_t length2,
|
/external/icu4c/test/intltest/ |
D | idnaref.h | 222 const UChar *s2, int32_t length2,
|
D | idnaref.cpp | 988 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/ |
D | uidna.h | 306 const UChar *s2, int32_t length2,
|
D | unorm.h | 570 const UChar *s2, int32_t length2,
|
D | ustring.h | 466 const UChar *s2, int32_t length2, 544 const UChar *s2, int32_t length2,
|
/external/webkit/WebCore/icu/unicode/ |
D | uidna.h | 304 const UChar *s2, int32_t length2,
|
D | unorm.h | 569 const UChar *s2, int32_t length2,
|
D | ustring.h | 461 const UChar *s2, int32_t length2, 539 const UChar *s2, int32_t length2,
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | unorm.h | 569 const UChar *s2, int32_t length2,
|
D | ustring.h | 461 const UChar *s2, int32_t length2, 539 const UChar *s2, int32_t length2,
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | ustring.h | 461 const UChar *s2, int32_t length2, 539 const UChar *s2, int32_t length2,
|