Lines Matching full:collation
470 * Return an integer array containing all of the collation orders
617 /* synwee : added collation element iterator test */
962 /* Collation test. All three strings should be equal.
969 /* Run collation element iterators over the three strings. Results should be same for each.
1138 log_verbose("start of english collation supplementary characters test\n");
1145 log_verbose("start of tailored collation supplementary characters test\n");
1147 /* tests getting collation elements for surrogates for tailored rules */
1322 values = ucol_getKeywordValues("collation", &status);
1325 log_err("ucol_getKeywordValues() returns private collation keyword: %s\n", keywordValue);
1333 strcat(input, "@collation=");
1337 ucol_getFunctionalEquivalent(output, 256, "collation", input, &isAvailable, &status);