• Home
  • Raw
  • Download

Lines Matching refs:UCollator

58 struct UCollator;
62 typedef struct UCollator UCollator; typedef
370 U_STABLE UCollator* U_EXPORT2
398 U_STABLE UCollator* U_EXPORT2
440 U_STABLE UCollator* U_EXPORT2
461 ucol_getContractions( const UCollator *coll,
478 ucol_getContractionsAndExpansions( const UCollator *coll,
493 ucol_close(UCollator *coll);
508 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
530 ucol_strcoll( const UCollator *coll,
556 const UCollator *coll,
578 ucol_greater(const UCollator *coll,
597 ucol_greaterOrEqual(const UCollator *coll,
616 ucol_equal(const UCollator *coll,
633 ucol_strcollIter( const UCollator *coll,
648 ucol_getStrength(const UCollator *coll);
660 ucol_setStrength(UCollator *coll,
680 ucol_getReorderCodes(const UCollator* coll,
720 ucol_setReorderCodes(UCollator* coll,
894 ucol_getRules( const UCollator *coll,
918 ucol_getShortDefinitionString(const UCollator *coll,
972 ucol_getSortKey(const UCollator *coll,
1000 ucol_nextSortKeyPart(const UCollator *coll,
1078 ucol_getVersion(const UCollator* coll, UVersionInfo info);
1088 ucol_getUCAVersion(const UCollator* coll, UVersionInfo info);
1129 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1143 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1165 ucol_setVariableTop(UCollator *coll,
1180 U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
1194 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
1218 U_STABLE UCollator* U_EXPORT2
1219 ucol_safeClone(const UCollator *coll,
1245 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
1263 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1281 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status);
1294 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status);
1309 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status);
1320 ucol_equals(const UCollator *source, const UCollator *target);
1334 ucol_getUnsafeSet( const UCollator *coll,
1383 ucol_cloneBinary(const UCollator *coll,
1404 U_STABLE UCollator* U_EXPORT2
1406 const UCollator *base,