Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCollator

21 * 02/27/2001  synwee    Added getMaxExpansion data structure in UCollator
295 const UCollator *coll;
342 uprv_init_collIterate(const UCollator *collator,
483 * @param coll const UCollator pointer
518 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE,
522 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,
524 U_CAPI uint32_t U_EXPORT2 ucol_getNextCE(const UCollator *coll,
526 U_CFUNC uint32_t U_EXPORT2 ucol_getPrevCE(const UCollator *coll,
531 ucol_getSortKeyWithAllocation(const UCollator *coll,
537 void *ucol_getABuffer(const UCollator *coll, uint32_t size);
542 ucol_calcSortKey(const UCollator *coll,
552 ucol_calcSortKeySimpleTertiary(const UCollator *coll,
562 ucol_getSortKeySize(const UCollator *coll, U_NAMESPACE_QUALIFIER collIterate *s,
575 ucol_cloneRuleData(const UCollator *coll, int32_t *length, UErrorCode *status);
582 ucol_setReqValidLocales(UCollator *coll, char *requestedLocaleToAdopt, char *validLocaleToAdopt, char *actualLocaleToAdopt);
943 SortKeyGenerator(const UCollator *coll,
952 ResourceCleaner(UCollator *coll);
955 struct UCollator {
964 const UCollator *UCA;
1039 UCollator* ucol_initUCA(UErrorCode *status);
1042 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, UErrorCode *status);
1045 void ucol_setOptionsFromHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status);
1048 UCollator* ucol_open_internal(const char* loc, UErrorCode* status);
1052 void ucol_putOptionsToHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status);
1056 void ucol_updateInternalState(UCollator *coll, UErrorCode *status);
1058 U_CFUNC uint32_t U_EXPORT2 ucol_getFirstCE(const UCollator *coll, UChar u, UErrorCode *status);
1059 U_CAPI UBool U_EXPORT2 ucol_isTailored(const UCollator *coll, const UChar u, UErrorCode *status);
1083 U_CAPI UCollator* U_EXPORT2
1094 U_CAPI void U_EXPORT2 ucol_buildPermutationTable(UCollator *coll, UErrorCode *status);
1106 static inline UBool ucol_unsafeCP(UChar c, const UCollator *coll) {