Home | History | Annotate | Download | only in i18n

Lines Matching defs:coll

17 #include "unicode/coll.h"
83 UCollator *coll;
96 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
100 strength = ucol_getStrength(coll);
101 toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
102 variableTop = ucol_getVariableTop(coll, &status);
106 for (const uint8_t *expansion = coll->expansionCESize; *expansion != 0; expansion += 1) {
164 elements = ucol_openElements(coll, target->getBuffer(), target->length(), &status);
167 charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status),
337 if (U_IS_LEAD(ch) || ! ucol_unsafeCP(ch, coll)) {
660 /*UCollator *coll =*/ data->getCollator();