Home | History | Annotate | Download | only in cintltst

Lines Matching refs:col2

461     UCollator *col1, *col2, *col3, *col4;
483 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
502 rule2 = ucol_getRules(col2, &tempLength);
518 ucol_close(col2);
532 col2 = ucol_open("en_US", &status);
538 iter2 = ucol_openElements(col2, teststr, 3, &status);
561 ucol_close(col2);