Searched refs:getSortKey (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1112 col->getSortKey(test1, sortkey1, 64); in TestSortKey() 1113 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1114 col->getSortKey(test3, sortkey3, 64); in TestSortKey() 1126 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey() 1127 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() 1128 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey() 1141 col->getSortKey(strtest1, sortkey1, 64); in TestSortKey() 1143 col->getSortKey(strtest2, sortkey2, 64); in TestSortKey() 1145 col->getSortKey(strtest3, sortkey3, 64); in TestSortKey() 1173 col->getSortKey(test1, sortkey1, 64); in TestSortKey() [all …]
|
D | ucaconf.cpp | 223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0; in testConformance()
|
D | tsmthred.cpp | 925 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024); in run()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 628 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result, 647 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
|
D | coll.h | 995 virtual int32_t getSortKey(const UnicodeString& source, 1018 virtual int32_t getSortKey(const UChar*source, int32_t sourceLength,
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 1306 RuleBasedCollator::getSortKey(const UnicodeString &s, in getSortKey() function in RuleBasedCollator 1308 return getSortKey(s.getBuffer(), s.length(), dest, capacity); in getSortKey() 1312 RuleBasedCollator::getSortKey(const UChar *s, int32_t length, in getSortKey() function in RuleBasedCollator
|
D | ucol.cpp | 202 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey()
|