Home | History | Annotate | Download | only in cintltst

Lines Matching defs:set

283     /* get unicode set for that converter */
284 USet* set;
289 set = uset_openEmpty();
291 ucnv_getUnicodeSet(test_converter, set,
294 uset_addAll(set, excludedCodePoints);
296 uset_freeze(set);
304 * (UBool)(uset_spanUTF8(set, utf8, length, USET_SPAN_SIMPLE) == length);
305 * They might be different if the set contains strings,
315 if (cp >= 0 && !uset_contains(set, cp)) {
320 uset_close(set);
411 * The handling of the exclusion set is independent of the
412 * set of encodings, so there is no need to test every combination.
428 /* test that a NULL set gives the same results as an empty set */