• Home
  • Raw
  • Download

Lines Matching refs:coll

295   const UCollator *coll;  member
469 (s)->coll = (collator); \
488 #define UCOL_GETMAXEXPANSION(coll, order, result) { \ argument
492 start = (coll)->endExpansionCE; \
493 limit = (coll)->lastEndExpansionCE; \
504 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE)); \
507 result = *(coll->expansionCESize + (limit - coll->endExpansionCE)); \
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, ch…
943 SortKeyGenerator(const UCollator *coll,
952 ResourceCleaner(UCollator *coll);
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);
1094 U_CAPI void U_EXPORT2 ucol_buildPermutationTable(UCollator *coll, UErrorCode *status);
1106 static inline UBool ucol_unsafeCP(UChar c, const UCollator *coll) { in ucol_unsafeCP() argument
1110 if (c < coll->minUnsafeCP) { in ucol_unsafeCP()
1123 htbyte = coll->unsafeCP[hash>>3]; in ucol_unsafeCP()