Searched refs:getMergedCollationKey (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 114 UBool getMergedCollationKey(const UChar *s, int32_t length, 1435 UBool CollationTest::getMergedCollationKey(const UChar *s, int32_t length, in getMergedCollationKey() function in CollationTest 1726 if((getMergedCollationKey(prevString.getBuffer(), prevString.length(), prevKey, errorCode) | in checkCompareTwo() 1727 getMergedCollationKey(s.getBuffer(), s.length(), key, errorCode)) || in checkCompareTwo()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 1453 private boolean getMergedCollationKey(String s, Output<CollationKey> key) { 1586 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationTest.java | 1457 private boolean getMergedCollationKey(String s, Output<CollationKey> key) { 1590 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) {
|