Lines Matching refs:c2
427 UCollator *c1, *c2, *c3;
476 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
478 if (c2 == NULL || U_FAILURE(status))
485 iter=ucol_openElements(c2, source, u_strlen(source), &status);
493 ucol_close(c2);
919 int32_t c1, c2;
926 c2 = ucol_next(i2, &status);
928 if (c1 != c2)
930 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2);