Home
last modified time | relevance | path

Searched refs:getSortKey (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/test/intltest/
Dapicoll.cpp1150 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 …]
Ducaconf.cpp229 int32_t resLen = coll->getSortKey(buffer, buflen, newSk, 1024); in testConformance()
Dtsmthred.cpp1043 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024); in run()
/external/icu4c/i18n/unicode/
Dtblcoll.h551 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result,
566 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
Dcoll.h957 virtual int32_t getSortKey(const UnicodeString& source,
976 virtual int32_t getSortKey(const UChar*source, int32_t sourceLength,
/external/icu4c/i18n/
Dtblcoll.cpp505 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
Ducol.cpp4555 … return ((const Collator*)coll->delegate)->getSortKey(source, sourceLength, result, resultLength); in ucol_getSortKey()
/external/chromium/chrome/browser/autofill/
Dautofill_country.cc543 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()