Searched refs:getSortKey (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1131 col->getSortKey(test1, sortkey1, 64); in TestSortKey() 1132 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1133 col->getSortKey(test3, sortkey3, 64); in TestSortKey() 1145 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey() 1146 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() 1147 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey() 1160 col->getSortKey(strtest1, sortkey1, 64); in TestSortKey() 1162 col->getSortKey(strtest2, sortkey2, 64); in TestSortKey() 1164 col->getSortKey(strtest3, sortkey3, 64); in TestSortKey() 1192 col->getSortKey(test1, sortkey1, 64); in TestSortKey() [all …]
|
D | ucaconf.cpp | 225 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0; in testConformance()
|
D | tsmthred.cpp | 751 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024); in run()
|
/external/icu/libicu/cts_headers/unicode/ |
D | tblcoll.h | 636 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result, 655 virtual int32_t getSortKey(const char16_t *source, int32_t sourceLength,
|
D | coll.h | 1018 virtual int32_t getSortKey(const UnicodeString& source, 1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | coll.h | 1018 virtual int32_t getSortKey(const UnicodeString& source, 1041 virtual int32_t getSortKey(const char16_t*source, int32_t sourceLength,
|
D | tblcoll.h | 636 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result, 655 virtual int32_t getSortKey(const char16_t *source, int32_t sourceLength,
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 1308 RuleBasedCollator::getSortKey(const UnicodeString &s, in getSortKey() function in RuleBasedCollator 1310 return getSortKey(s.getBuffer(), s.length(), dest, capacity); in getSortKey() 1314 RuleBasedCollator::getSortKey(const UChar *s, int32_t length, in getSortKey() function in RuleBasedCollator
|
D | ucol.cpp | 205 getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey()
|