Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DIDNAReference.java74 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII() method in IDNAReference
335 if (compareCaseInsensitiveASCII(processOut, toASCIIOut) != 0) { in convertToUnicode()
387 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
397 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
407 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java71 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII() method in IDNAReference
332 if (compareCaseInsensitiveASCII(processOut, toASCIIOut) != 0) { in convertToUnicode()
384 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
394 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
404 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIDNA2003.java66 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII() method in IDNA2003
358 if(compareCaseInsensitiveASCII(processOut, toASCIIOut) !=0){ in convertToUnicode()
436 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java64 private static int compareCaseInsensitiveASCII(StringBuffer s1, StringBuffer s2){ in compareCaseInsensitiveASCII() method in IDNA2003
357 if(compareCaseInsensitiveASCII(processOut, toASCIIOut) !=0){ in convertToUnicode()
435 return compareCaseInsensitiveASCII(s1Out,s2Out); in compare()
/third_party/icu/icu4c/source/common/
Duidna.cpp74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, in compareCaseInsensitiveASCII() function
536 if(compareCaseInsensitiveASCII(b1, b1Len, b3, b3Len) !=0){ in _internal_toUnicode()
907 result = compareCaseInsensitiveASCII(b1,b1Len,b2,b2Len); in uidna_compare()
/third_party/node/deps/icu-small/source/common/
Duidna.cpp74 compareCaseInsensitiveASCII(const char16_t* s1, int32_t s1Len, in compareCaseInsensitiveASCII() function
536 if(compareCaseInsensitiveASCII(b1, b1Len, b3, b3Len) !=0){ in _internal_toUnicode()
907 result = compareCaseInsensitiveASCII(b1,b1Len,b2,b2Len); in uidna_compare()
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, in compareCaseInsensitiveASCII() function
536 if(compareCaseInsensitiveASCII(b1, b1Len, b3, b3Len) !=0){ in _internal_toUnicode()
907 result = compareCaseInsensitiveASCII(b1,b1Len,b2,b2Len); in uidna_compare()
/third_party/icu/icu4c/source/test/intltest/
Didnaref.cpp73 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, in compareCaseInsensitiveASCII() function
583 if(compareCaseInsensitiveASCII(b1, b1Len, b3, b3Len) !=0){ in idnaref_toUnicode()
1050 result = compareCaseInsensitiveASCII(b1,b1Len,b2,b2Len); in idnaref_compare()