Searched refs:getSortKey (Results 1 – 5 of 5) 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 …]
|
/external/icu4c/i18n/unicode/ |
D | coll.h | 917 virtual int32_t getSortKey(const UnicodeString& source, 936 virtual int32_t getSortKey(const UChar*source, int32_t sourceLength,
|
D | tblcoll.h | 631 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result, 646 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
|
/external/icu4c/i18n/ |
D | tblcoll.cpp | 587 int32_t RuleBasedCollator::getSortKey(const UnicodeString& source, in getSortKey() function in RuleBasedCollator 594 int32_t RuleBasedCollator::getSortKey(const UChar *source, in getSortKey() function in RuleBasedCollator
|
/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()
|