Lines Matching defs:getSortKey

1150     col->getSortKey(test1, sortkey1, 64);
1151 col->getSortKey(test2, sortkey2, 64);
1152 col->getSortKey(test3, sortkey3, 64);
1164 col->getSortKey(test1, 5, sortkey1, 64);
1165 col->getSortKey(test2, 5, sortkey2, 64);
1166 col->getSortKey(test3, 5, sortkey3, 64);
1179 col->getSortKey(strtest1, sortkey1, 64);
1181 col->getSortKey(strtest2, sortkey2, 64);
1183 col->getSortKey(strtest3, sortkey3, 64);
1211 col->getSortKey(test1, sortkey1, 64);
1212 col->getSortKey(test2, sortkey2, 64);
1213 col->getSortKey(test3, sortkey3, 64);
1225 col->getSortKey(test1, 5, sortkey1, 64);
1226 col->getSortKey(test2, 5, sortkey2, 64);
1227 col->getSortKey(test3, 5, sortkey3, 64);
1239 col->getSortKey(strtest1, sortkey1, 64);
1240 col->getSortKey(strtest2, sortkey2, 64);
1241 col->getSortKey(strtest3, sortkey3, 64);
1269 int32_t length = col->getSortKey(i_and_phi, 2, sortKey, LENGTHOF(sortKey));
1273 int32_t length2 = col->getSortKey(i_and_phi, 2, sortKey2, capacity);
1275 errln("getSortKey(i_and_phi, capacity=%d) failed to write proper prefix", capacity);
1277 errln("getSortKey(i_and_phi, capacity=%d) wrote beyond capacity", capacity);
1292 length = col->getSortKey(s, longSortKey.getAlias(), longCapacity);
1784 skSize = coll->getSortKey(buffer, buffSize, tests[i].key, 512);
1807 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512);
1812 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512);
1949 virtual int32_t getSortKey(const UnicodeString& source,
1952 virtual int32_t getSortKey(const UChar*source, int32_t sourceLength,
2037 int32_t TestCollator::getSortKey(const UnicodeString& source, uint8_t* result,
2047 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength,
2051 return getSortKey(str, result, resultLength);