Home | History | Annotate | Download | only in dumpce

Lines Matching refs:sortkey

165     uint8_t  sortkey[64];
166 uint8_t *psortkey = sortkey;
172 iter->iteratordata_.endp - codepoint, sortkey, 64);
177 -1, sortkey, 64);
219 fprintf(f, "Sortkey exceeds pre-allocated size");
358 fprintf(OUTPUT_, "# and zz are the sortkey values in hexadecimals\n");
824 uint8_t sortkey[32];
826 ucol_getSortKey(COLLATOR_, element.ch, element.count, sortkey, 32);
828 while (sortkey[i] != 0) {
829 if (sortkey[i] == 1) {
833 fprintf(OUTPUT_, "%02x", sortkey[i]);