Home | History | Annotate | Download | only in cintltst

Lines Matching refs:col1

451     UCollator *col1, *col2, *col3, *col4;
464 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
491 rule1 = ucol_getRules(col1, &tempLength);
507 ucol_close(col1);
517 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
527 iter1 = ucol_openElements(col1, teststr, 3, &status);
550 ucol_close(col1);
554 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
561 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) {
564 ucol_close(col1);