Lines Matching full:coll
17 #include "unicode/coll.h"
49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
52 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
53 UCollationStrength strength = ucol_getStrength(coll);
54 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
55 uint32_t variableTop = ucol_getVariableTop(coll, &status);
641 : coll(NULL), charsToCEList(NULL), ceToCharsStartingWith(NULL), key(NULL)
693 coll = ucol_safeClone(collator, NULL, NULL, &status);
699 coll = collator;
702 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
724 CEList *ceList = new CEList(coll, *st, status);
743 CEList *ceList = new CEList(coll, *st, status);
777 CEList hanList(coll, hanString, status);
778 CEList jamoList(coll, jamoString, status);
816 ucol_close(coll);
832 return coll;
846 const CEList *list = new CEList(coll, *string, status);
887 const CEList *ceList2 = new CEList(coll, *string, status);