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

/external/chromium_org/third_party/icu/source/common/
H A Duidna.cpp75 const UChar* s2, int32_t s2Len){
81 if(s1Len != s2Len) {
82 if(s1Len < s2Len) {
86 minLength = s2Len;
74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp72 const UChar* s2, int32_t s2Len){
73 if(s1Len != s2Len){
74 return (s1Len > s2Len) ? s1Len : s2Len;
71 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
H A Dtestidna.cpp647 const UChar* s2, int32_t s2Len,
672 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status);
682 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status);
646 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/common/
H A Duidna.cpp75 const UChar* s2, int32_t s2Len){
81 if(s1Len != s2Len) {
82 if(s1Len < s2Len) {
86 minLength = s2Len;
74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp72 const UChar* s2, int32_t s2Len){
73 if(s1Len != s2Len){
74 return (s1Len > s2Len) ? s1Len : s2Len;
71 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
H A Dtestidna.cpp647 const UChar* s2, int32_t s2Len,
672 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status);
682 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status);
646 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
/external/chromium_org/third_party/icu/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
/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 214 milliseconds