scuffed-code/icu4c/source/i18n/ucolimp.h
Vladimir Weinstein 07a0851ec4 ICU-96 OOOPS forgot to commit the header
X-SVN-Rev: 3199
2000-12-12 19:44:23 +00:00

19 lines
507 B
C

#ifndef UCOL_IMP_H
#define UCOL_IMP_H
#include "unicode/ucol.h"
#include "unicode/tblcoll.h"
U_CFUNC uint8_t *ucol_getSortKeyWithAllocation(const UCollator *coll,
const UChar *source,
int32_t sourceLength, int32_t *resultLen);
int32_t
ucol_calcSortKey(const UCollator *coll,
const UChar *source,
int32_t sourceLength,
uint8_t **result,
int32_t resultLength,
UBool allocatePrimary);
#endif