HomeSort by relevance Sort by last modified time
    Searched defs:expectContainment (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/cintltst/
usettest.c 30 static void expectContainment(const USet* set,
247 expectContainment(set, inList, TRUE);
248 expectContainment(set, outList, FALSE);
252 static void expectContainment(const USet* set,
264 log_err("FAIL: uset_toPattern() fails in expectContainment() - %s\n", u_errorName(ec));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 449 expectContainment(set, "ABC", "abc");
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 286 expectContainment(set, pat, "ABC", "abc");
868 expectContainment(UNICODE_STRING_SIMPLE("[:Latin:]"), "aA", CharsToUnicodeString("\\u0391\\u03B1"));
870 expectContainment(UNICODE_STRING_SIMPLE("[:Greek:]"), CharsToUnicodeString("\\u0391\\u03B1"), "aA");
873 expectContainment(UNICODE_STRING_SIMPLE("[[:Common:][:Inherited:]]"), CharsToUnicodeString("\\U00003099\\U0001D169\\u0000"), "aA");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 445 expectContainment(set, "ABC", "abc");
    [all...]

Completed in 256 milliseconds