Home | History | Annotate | Download | only in cintltst

Lines Matching refs:col2

448     UCollator *col1, *col2, *col3, *col4;
470 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
489 rule2 = ucol_getRules(col2, &tempLength);
505 ucol_close(col2);
519 col2 = ucol_open("en_US", &status);
525 iter2 = ucol_openElements(col2, teststr, 3, &status);
548 ucol_close(col2);