Home | History | Annotate | Download | only in cintltst

Lines Matching refs:col1

436     UCollator *col1, *col2, *col3, *col4;
448 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
475 rule1 = ucol_getRules(col1, &tempLength);
491 ucol_close(col1);
501 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
511 iter1 = ucol_openElements(col1, teststr, 3, &status);
534 ucol_close(col1);
538 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
544 ucol_close(col1);