Home
last modified time | relevance | path

Searched refs:s2Len (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtestidna.h38 const UChar *s2, int32_t s2Len,
89 const UChar* s2, int32_t s2Len,
Didnaref.cpp74 const UChar* s2, int32_t s2Len){ in compareCaseInsensitiveASCII() argument
75 if(s1Len != s2Len){ in compareCaseInsensitiveASCII()
76 return (s1Len > s2Len) ? s1Len : s2Len; in compareCaseInsensitiveASCII()
Dtestidna.cpp655 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()
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp75 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()
/third_party/icu/icu4c/source/common/
Duidna.cpp75 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()
/third_party/node/deps/icu-small/source/common/
Duidna.cpp75 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()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duidna.cpp77 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()
/third_party/icu/icu4c/source/test/cintltst/
Didnatest.c52 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()