Lines Matching refs:SORTKEYLEN
5453 #define SORTKEYLEN 50
5463 uint8_t sortKey1[SORTKEYLEN];
5464 uint8_t sortKey2[SORTKEYLEN];
5482 keySize1 = ucol_getSortKey(ucol, data1, data1Len, sortKey1, SORTKEYLEN);
5484 keySize2 = ucol_getSortKey(ucol, data2, data2Len, sortKey2, SORTKEYLEN);
5499 keySize1 = ucol_nextSortKeyPart(ucol, &uiter1, state1, sortKey1, SORTKEYLEN, &status);
5502 keySize2 = ucol_nextSortKeyPart(ucol, &uiter2, state2, sortKey2, SORTKEYLEN, &status);
7043 int32_t sortKeyLen;
7047 sortKeyLen = ucol_getSortKey(ucol, itemPtr->longUpperStrPtr, itemPtr->longUpperStrLen, sortKeyA, kCollKeyLenMax);
7048 if (sortKeyLen <= 0 || sortKeyLen > kCollKeyLenMax) {
7049 log_err("ERROR sort key length from ucol_getSortKey is %d\n", sortKeyLen);