Lines Matching refs:coll
41 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status) in CEList() argument
44 … UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); in CEList()
45 UCollationStrength strength = ucol_getStrength(coll); in CEList()
46 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList()
47 uint32_t variableTop = ucol_getVariableTop(coll, &status); in CEList()
314 : coll(NULL), ceToCharsStartingWith(NULL) in CollData()
343 coll = ucol_safeClone(collator, NULL, NULL, &status); in CollData()
349 coll = collator; in CollData()
352 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status); in CollData()
374 CEList *ceList = new CEList(coll, *st, status); in CollData()
389 CEList *ceList = new CEList(coll, *st, status); in CollData()
431 CEList hanList(coll, hanString, status); in CollData()
432 CEList jamoList(coll, jamoString, status); in CollData()
470 ucol_close(coll); in ~CollData()
478 return coll; in getCollator()
489 const CEList *list = new CEList(coll, *string, status); in getCEList()
524 const CEList *ceList2 = new CEList(coll, *string, status); in minLengthInChars()