Searched refs:getSortKey (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/test/intltest/ |
D | apicoll.cpp | 1150 col->getSortKey(test1, sortkey1, 64); in TestSortKey() 1151 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1152 col->getSortKey(test3, sortkey3, 64); in TestSortKey() 1164 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey() 1165 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() 1166 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey() 1179 col->getSortKey(strtest1, sortkey1, 64); in TestSortKey() 1181 col->getSortKey(strtest2, sortkey2, 64); in TestSortKey() 1183 col->getSortKey(strtest3, sortkey3, 64); in TestSortKey() 1211 col->getSortKey(test1, sortkey1, 64); in TestSortKey() [all …]
|
D | ucaconf.cpp | 229 int32_t resLen = coll->getSortKey(buffer, buflen, newSk, 1024); in testConformance()
|
D | tsmthred.cpp | 1043 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024); in run()
|
/external/icu4c/i18n/unicode/ |
D | tblcoll.h | 551 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result, 566 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
|
D | coll.h | 957 virtual int32_t getSortKey(const UnicodeString& source, 976 virtual int32_t getSortKey(const UChar*source, int32_t sourceLength,
|
/external/icu4c/i18n/ |
D | tblcoll.cpp | 505 int32_t RuleBasedCollator::getSortKey(const UnicodeString& source, in getSortKey() function in RuleBasedCollator 512 int32_t RuleBasedCollator::getSortKey(const UChar *source, in getSortKey() function in RuleBasedCollator
|
D | ucol.cpp | 4555 … return ((const Collator*)coll->delegate)->getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey()
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_country.cc | 543 int32_t expected_size = collator.getSortKey(str, buffer->get(), *buffer_size); in GetSortKey() 550 expected_size = collator.getSortKey(str, buffer->get(), *buffer_size); in GetSortKey()
|