Home | History | Annotate | Download | only in cintltst

Lines Matching full:sortkey

145 /* this function makes a string with representation of a sortkey */
146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
153 const uint8_t *currentSk = sortkey;
238 log_err("Partial sortkey size buffer too small. Please consider increasing the buffer!\n");
335 /*log_verbose("partial sortkey test piecesize=");*/
342 log_err("Partial sortkey comparison returned wrong result (%i exp. %i): %s, %s (size %i)\n",
353 log_err("Partial sortkey comparison gets different result when normalization is on: %s, %s (size %i)\n",
396 log_err("SortKey length does not match Expected: %i Got: %i\n",sortklen1, gSortklen1);
397 log_verbose("Generated sortkey: %s\n", sortKeyToString(myCollation, sortKey1, buffer, &len));
400 log_err("SortKey length does not match Expected: %i Got: %i\n", sortklen2, gSortklen2);
401 log_verbose("Generated sortkey: %s\n", sortKeyToString(myCollation, sortKey2, buffer, &len));