Searched refs:getMergedCollationKey (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 116 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/ |
D | CollationTest.java | 1443 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/ |
D | CollationTest.java | 1440 private boolean getMergedCollationKey(String s, Output<CollationKey> key) { 1573 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) {
|