• Home
  • Raw
  • Download

Lines Matching refs:UCollator

100 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString,  in IInit_collIterate()
136 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, in uprv_init_collIterate()
406 static UCollator*
408 const UCollator *base, in ucol_initFromBinary()
409 UCollator *fillIn, in ucol_initFromBinary()
412 UCollator *result = fillIn; in ucol_initFromBinary()
468 U_CAPI UCollator* U_EXPORT2
470 const UCollator *base, in ucol_openBinary()
477 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
537 U_CAPI UCollator* U_EXPORT2
538 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status) in ucol_safeClone()
540 UCollator * localCollator; in ucol_safeClone()
541 int32_t bufferSizeNeeded = (int32_t)sizeof(UCollator); in ucol_safeClone()
616 localCollator = (UCollator *)stackBufferChars; in ucol_safeClone()
617 rules = (UChar *)(stackBufferChars + sizeof(UCollator) + rulesPadding); in ucol_safeClone()
690 ucol_close(UCollator *coll) in ucol_close()
745 ucol_cloneRuleData(const UCollator *coll, int32_t *length, UErrorCode *status) in ucol_cloneRuleData()
804 void ucol_setOptionsFromHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status) { in ucol_setOptionsFromHeader()
844 inline UBool ucol_contractionEndCP(UChar c, const UCollator *coll) { in ucol_contractionEndCP()
870 inline uint8_t i_getCombiningClass(UChar32 c, const UCollator *coll) { in i_getCombiningClass()
878 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, … in ucol_initCollator()
880 UCollator *result = fillIn; in ucol_initCollator()
886 result = (UCollator *)uprv_malloc(sizeof(UCollator)); in ucol_initCollator()
1485 inline uint32_t ucol_IGetNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *st… in ucol_IGetNextCE()
1676 ucol_getNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *status) { in ucol_getNextCE()
1985 inline uint32_t ucol_IGetPrevCE(const UCollator *coll, collIterate *data, in ucol_IGetPrevCE()
2184 ucol_getPrevCE(const UCollator *coll, collIterate *data, in ucol_getPrevCE()
2192 ucol_getFirstCE(const UCollator *coll, UChar u, UErrorCode *status) { in ucol_getFirstCE()
2458 uint32_t getDiscontiguous(const UCollator *coll, collIterate *source, in getDiscontiguous()
2730 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, collIterate *source, U… in ucol_prv_getSpecialCE()
3378 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE, in ucol_prv_getSpecialPrevCE()
4472 ucol_getSortKey(const UCollator *coll, in ucol_getSortKey()
4509 ucol_getSortKeyWithAllocation(const UCollator *coll, in ucol_getSortKeyWithAllocation()
4530 isCompressible(const UCollator * /*coll*/, uint8_t primary1) { in isCompressible() argument
4588 ucol_calcSortKey(const UCollator *coll, in ucol_calcSortKey()
4987 ucol_calcSortKeySimpleTertiary(const UCollator *coll, in ucol_calcSortKeySimpleTertiary()
5326 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart()
6163 ucol_addLatinOneEntry(UCollator *coll, UChar ch, uint32_t CE, in ucol_addLatinOneEntry()
6217 ucol_resizeLatinOneTable(UCollator *coll, int32_t size, UErrorCode *status) { in ucol_resizeLatinOneTable()
6236 ucol_setUpLatinOne(UCollator *coll, UErrorCode *status) { in ucol_setUpLatinOne()
6391 void ucol_updateInternalState(UCollator *coll, UErrorCode *status) { in ucol_updateInternalState()
6454 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { in ucol_setVariableTop()
6499 U_CAPI uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status) { in ucol_getVariableTop()
6507 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) { in ucol_restoreVariableTop()
6519 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… in ucol_setAttribute()
6657 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute()
6687 ucol_setStrength( UCollator *coll, in ucol_setStrength()
6695 ucol_getStrength(const UCollator *coll) in ucol_getStrength()
6702 ucol_getReorderCodes(const UCollator *coll, in ucol_getReorderCodes()
6731 ucol_setReorderCodes(UCollator* coll, in ucol_setReorderCodes()
6796 const UCollator* uca = ucol_initUCA(pErrorCode); in ucol_getEquivalentReorderCodes()
6838 ucol_getVersion(const UCollator* coll, in ucol_getVersion()
6870 ucol_isTailored(const UCollator *coll, const UChar u, UErrorCode *status) { in ucol_isTailored()
7030 const UCollator *coll = sColl->coll; in ucol_compareUsingSortKeys()
7107 const UCollator *coll = sColl->coll; in ucol_strcollRegular()
7592 ucol_strcollRegular(const UCollator *coll, in ucol_strcollRegular()
7607 ucol_getLatinOneContraction(const UCollator *coll, int32_t strength, in ucol_getLatinOneContraction()
7666 ucol_strcollUseLatin1( const UCollator *coll, in ucol_strcollUseLatin1()
7964 ucol_strcollIter( const UCollator *coll, in ucol_strcollIter()
8072 ucol_strcoll( const UCollator *coll, in ucol_strcoll()
8196 ucol_greater( const UCollator *coll, in ucol_greater()
8208 ucol_greaterOrEqual( const UCollator *coll, in ucol_greaterOrEqual()
8220 ucol_equal( const UCollator *coll, in ucol_equal()
8231 ucol_getUCAVersion(const UCollator* coll, UVersionInfo info) { in ucol_getUCAVersion()