Searched refs:s2Len (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | testidna.h | 38 const UChar *s2, int32_t s2Len, 88 const UChar* s2, int32_t s2Len,
|
D | idnaref.cpp | 74 const UChar* s2, int32_t s2Len){ in compareCaseInsensitiveASCII() argument 75 if(s1Len != s2Len){ in compareCaseInsensitiveASCII() 76 return (s1Len > s2Len) ? s1Len : s2Len; in compareCaseInsensitiveASCII()
|
D | testidna.cpp | 655 const UChar* s2, int32_t s2Len, in testCompare() argument 680 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status); in testCompare() 690 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status); in testCompare()
|
/external/icu/icu4c/source/common/ |
D | uidna.cpp | 77 const UChar* s2, int32_t s2Len){ in compareCaseInsensitiveASCII() argument 83 if(s1Len != s2Len) { in compareCaseInsensitiveASCII() 84 if(s1Len < s2Len) { in compareCaseInsensitiveASCII() 88 minLength = s2Len; in compareCaseInsensitiveASCII()
|
/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 52 const UChar *s2, int32_t s2Len, 519 const UChar* s2, int32_t s2Len, in testCompareWithSrc() argument 544 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status); in testCompareWithSrc() 554 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status); in testCompareWithSrc()
|