Home
last modified time | relevance | path

Searched refs:getMergedCollationKey (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp116 UBool getMergedCollationKey(const UChar *s, int32_t length,
1433 UBool CollationTest::getMergedCollationKey(const UChar *s, int32_t length, in getMergedCollationKey() function in CollationTest
1722 if((getMergedCollationKey(prevString.getBuffer(), prevString.length(), prevKey, errorCode) | in checkCompareTwo()
1723 getMergedCollationKey(s.getBuffer(), s.length(), key, errorCode)) || in checkCompareTwo()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java1443 private boolean getMergedCollationKey(String s, Output<CollationKey> key) {
1576 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java1440 private boolean getMergedCollationKey(String s, Output<CollationKey> key) {
1573 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) {