Home | History | Annotate | Download | only in cintltst

Lines Matching refs:col2

436     UCollator *col1, *col2, *col3, *col4;
457 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
476 rule2 = ucol_getRules(col2, &tempLength);
492 ucol_close(col2);
506 col2 = ucol_open("en_US", &status);
512 iter2 = ucol_openElements(col2, teststr, 3, &status);
535 ucol_close(col2);