Lines Matching defs:coll
844 const UCollator *coll;
849 coll(NULL),
856 coll = c;
870 resLen = ucol_getSortKey(coll, lines[i].buff, lines[i].buflen, newSk, 1024);
876 cmpres = ucol_strcoll(coll, lines[i-1].buff, lines[i-1].buflen, lines[i].buff, lines[i].buflen);
877 cmpres2 = ucol_strcoll(coll, lines[i].buff, lines[i].buflen, lines[i-1].buff, lines[i-1].buflen);
1005 UCollator *coll = ucol_open("root", &status);
1010 ucol_setAttribute(coll, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
1011 ucol_setAttribute(coll, UCOL_CASE_FIRST, UCOL_OFF, &status);
1012 ucol_setAttribute(coll, UCOL_CASE_LEVEL, UCOL_OFF, &status);
1013 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
1014 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, &status);
1024 tests[j].setCollator(coll, lines, lineNum);
1077 ucol_close(coll);
1090 ucol_close(coll);