/external/icu4c/common/ |
H A D | unormcmp.cpp | 139 unorm_cmpEquivFold(const UChar *s1, int32_t length1, argument 192 if(length1==-1) { 195 limit1=s1+length1; 533 unorm_compare(const UChar *s1, int32_t length1, argument 548 if(s1==0 || length1<-1 || s2==0 || length2<-1) { 603 isFCD1= UNORM_YES==unorm_internalQuickCheck(s1, length1, mode, TRUE, nx, pErrorCode); 620 s1, length1, 634 s1, length1, 643 length1=_len1; 676 result=unorm_cmpEquivFold(s1, length1, s [all...] |
H A D | ustr_imp.h | 36 uprv_strCompare(const UChar *s1, int32_t length1, 47 u_strcmpFold(const UChar *s1, int32_t length1,
|
H A D | ustring.c | 683 uprv_strCompare(const UChar *s1, int32_t length1, argument 694 if(length1<0 && length2<0) { 716 /* special handling for strncmp, assume length1==length2>=0 but also check for NUL */ 721 limit1=start1+length1; 742 limit2=start2+length1; /* use length1 here, too, to enforce assumption */ 747 if(length1<0) { 748 length1=u_strlen(s1); 755 if(length1<length2) { 757 limit1=start1+length1; 921 u_strCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, UBool codePointOrder) argument [all...] |
H A D | ustrcase.c | 653 u_strcmpFold(const UChar *s1, int32_t length1, argument 691 if(length1==-1) { 694 limit1=s1+length1; 952 u_strCaseCompare(const UChar *s1, int32_t length1, argument 960 if(s1==NULL || length1<-1 || s2==NULL || length2<-1) { 964 return u_strcmpFold(s1, length1, s2, length2,
|
H A D | uidna.cpp | 861 uidna_compare( const UChar *s1, int32_t length1, argument 877 b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status); 888 b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
|
/external/icu4c/common/unicode/ |
H A D | uidna.h | 280 * @param length1 Length of first source string, or -1 if NUL-terminated. 305 uidna_compare( const UChar *s1, int32_t length1,
|
H A D | unorm.h | 526 * @param length1 Length of first source string, or -1 if NUL-terminated. 569 unorm_compare(const UChar *s1, int32_t length1,
|
H A D | ustring.h | 453 * @param length1 Length of first source string, or -1 if NUL-terminated. 466 u_strCompare(const UChar *s1, int32_t length1, 521 * @param length1 Length of first source string, or -1 if NUL-terminated. 544 u_strCaseCompare(const UChar *s1, int32_t length1,
|
/external/icu4c/test/intltest/ |
H A D | idnaref.h | 202 * @param length1 Length of first source string, or -1 if NUL-terminated. 221 idnaref_compare( const UChar *s1, int32_t length1,
|
H A D | idnaref.cpp | 987 idnaref_compare( const UChar *s1, int32_t length1, argument 1003 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status); 1015 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
|
/external/webkit/WebCore/icu/unicode/ |
H A D | uidna.h | 278 * @param length1 Length of first source string, or -1 if NUL-terminated. 303 uidna_compare( const UChar *s1, int32_t length1,
|
H A D | unorm.h | 525 * @param length1 Length of first source string, or -1 if NUL-terminated. 568 unorm_compare(const UChar *s1, int32_t length1,
|
H A D | ustring.h | 447 * @param length1 Length of first source string, or -1 if NUL-terminated. 460 u_strCompare(const UChar *s1, int32_t length1, 515 * @param length1 Length of first source string, or -1 if NUL-terminated. 538 u_strCaseCompare(const UChar *s1, int32_t length1,
|
/external/webkit/WebKit/mac/icu/unicode/ |
H A D | uidna.h | 278 * @param length1 Length of first source string, or -1 if NUL-terminated. 303 uidna_compare( const UChar *s1, int32_t length1,
|
H A D | unorm.h | 525 * @param length1 Length of first source string, or -1 if NUL-terminated. 568 unorm_compare(const UChar *s1, int32_t length1,
|
H A D | ustring.h | 447 * @param length1 Length of first source string, or -1 if NUL-terminated. 460 u_strCompare(const UChar *s1, int32_t length1, 515 * @param length1 Length of first source string, or -1 if NUL-terminated. 538 u_strCaseCompare(const UChar *s1, int32_t length1,
|
/external/clearsilver/util/regex/ |
H A D | regex.h | 442 int length1, const char *string2, int length2, 456 int length1, const char *string2, int length2,
|
/external/icu4c/i18n/unicode/ |
H A D | uspoof.h | 625 * @param length1 the length of the first string, expressed in 645 const UChar *s1, int32_t length1, 660 * @param length1 the length of the first string, in bytes, or -1 678 const char *s1, int32_t length1,
|
/external/webkit/JavaScriptCore/icu/unicode/ |
H A D | unorm.h | 525 * @param length1 Length of first source string, or -1 if NUL-terminated. 568 unorm_compare(const UChar *s1, int32_t length1,
|
H A D | ustring.h | 447 * @param length1 Length of first source string, or -1 if NUL-terminated. 460 u_strCompare(const UChar *s1, int32_t length1, 515 * @param length1 Length of first source string, or -1 if NUL-terminated. 538 u_strCaseCompare(const UChar *s1, int32_t length1,
|
/external/icu4c/i18n/ |
H A D | uspoof.cpp | 412 const UChar *s1, int32_t length1, 443 int32_t s1ScriptCount = This->scriptScan(s1, length1, t, *status); 450 s1Skeleton = getSkeleton(sc, flagsForSkeleton, s1, length1, s1SkeletonBuf, 486 s1Skeleton = getSkeleton(sc, flagsForSkeleton, s1, length1, s1SkeletonBuf, 535 const char *s1, int32_t length1, 546 UChar *s1U = convertFromUTF8(s1Buf, USPOOF_STACK_BUFFER_SIZE, &lengthS1U, s1, length1, status); 571 int32_t length1 = s1.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/webkit/JavaScriptGlue/icu/unicode/ |
H A D | ustring.h | 447 * @param length1 Length of first source string, or -1 if NUL-terminated. 460 u_strCompare(const UChar *s1, int32_t length1, 515 * @param length1 Length of first source string, or -1 if NUL-terminated. 538 u_strCaseCompare(const UChar *s1, int32_t length1,
|
/external/icu4c/test/cintltst/ |
H A D | trie2test.c | 547 int32_t length1, length2, length3; local 600 length1=utrie2_serialize(trie, NULL, 0, &errorCode); 616 if(length1!=length2) {
|
/external/freetype/src/base/ |
H A D | ftstroke.c | 1355 FT_Fixed length1, length2; local 1363 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); 1371 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate );
|