Searched defs:s2Len (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Duidna.cpp77 const UChar* s2, int32_t s2Len){
83 if(s1Len != s2Len) {
84 if(s1Len < s2Len) {
88 minLength = s2Len;
76 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp74 const UChar* s2, int32_t s2Len){
75 if(s1Len != s2Len){
76 return (s1Len > s2Len) ? s1Len : s2Len;
73 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
H A Dtestidna.cpp651 const UChar* s2, int32_t s2Len,
676 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status);
686 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status);
650 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c52 const UChar *s2, int32_t s2Len,
519 const UChar* s2, int32_t s2Len,
544 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status);
554 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status);
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument

Completed in 218 milliseconds