Lines Matching refs:c1
962 UCollator * c1;
995 c1 = ucol_open(curLoc, &err);
1002 rules = ucol_getRules(c1, &rulesLength);
1045 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0);
1048 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1);
1068 ucol_close(c1);