Home | History | Annotate | Download | only in i18n

Lines Matching full:sortkey

404                                                   CollationKey& sortkey,
407 return getCollationKey(source.getBuffer(), source.length(), sortkey, status);
412 CollationKey& sortkey,
416 return sortkey.setToBogus();
420 return sortkey.setToBogus();
427 return sortkey.reset();
430 int32_t resultLen = ucol_getCollationKey(ucollator, source, sourceLen, sortkey, status);
433 sortkey.setLength(resultLen);
435 sortkey.setToBogus();
437 return sortkey;