Searched refs:s2Len (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | testidna.h | 36 const UChar *s2, int32_t s2Len, 86 const UChar* s2, int32_t s2Len,
|
D | idnaref.cpp | 72 const UChar* s2, int32_t s2Len){ in compareCaseInsensitiveASCII() argument 73 if(s1Len != s2Len){ in compareCaseInsensitiveASCII() 74 return (s1Len > s2Len) ? s1Len : s2Len; in compareCaseInsensitiveASCII()
|
D | testidna.cpp | 647 const UChar* s2, int32_t s2Len, in testCompare() argument 672 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status); in testCompare() 682 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status); in testCompare()
|
/external/icu/icu4c/source/common/ |
D | uidna.cpp | 75 const UChar* s2, int32_t s2Len){ in compareCaseInsensitiveASCII() argument 81 if(s1Len != s2Len) { in compareCaseInsensitiveASCII() 82 if(s1Len < s2Len) { in compareCaseInsensitiveASCII() 86 minLength = s2Len; in compareCaseInsensitiveASCII()
|
/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 50 const UChar *s2, int32_t s2Len, 517 const UChar* s2, int32_t s2Len, in testCompareWithSrc() argument 542 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status); in testCompareWithSrc() 552 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status); in testCompareWithSrc()
|