Home | History | Annotate | Download | only in cintltst

Lines Matching defs:col2

448     UCollator *col1, *col2, *col3, *col4;
469 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
488 rule2 = ucol_getRules(col2, &tempLength);
504 ucol_close(col2);
518 col2 = ucol_open("en_US", &status);
524 iter2 = ucol_openElements(col2, teststr, 3, &status);
547 ucol_close(col2);