Lines Matching refs:c1
896 UCollator * c1;
929 c1 = ucol_open(curLoc, &err);
936 rules = ucol_getRules(c1, &rulesLength);
979 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0);
982 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1);
1002 ucol_close(c1);