OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectContainment
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
usettest.h
144
void
expectContainment
(const UnicodeString& pat,
147
void
expectContainment
(const UnicodeSet& set,
150
void
expectContainment
(const UnicodeSet& set,
usettest.cpp
287
expectContainment
(set, pat, "ABC", "abc");
869
expectContainment
(UNICODE_STRING_SIMPLE("[:Latin:]"), "aA", CharsToUnicodeString("\\u0391\\u03B1"));
871
expectContainment
(UNICODE_STRING_SIMPLE("[:Greek:]"), CharsToUnicodeString("\\u0391\\u03B1"), "aA");
874
expectContainment
(UNICODE_STRING_SIMPLE("[[:Common:][:Inherited:]]"), CharsToUnicodeString("\\U00003099\\U0001D169\\u0000"), "aA");
[
all
...]
/external/icu4c/test/intltest/
usettest.h
144
void
expectContainment
(const UnicodeString& pat,
147
void
expectContainment
(const UnicodeSet& set,
150
void
expectContainment
(const UnicodeSet& set,
usettest.cpp
287
expectContainment
(set, pat, "ABC", "abc");
869
expectContainment
(UNICODE_STRING_SIMPLE("[:Latin:]"), "aA", CharsToUnicodeString("\\u0391\\u03B1"));
871
expectContainment
(UNICODE_STRING_SIMPLE("[:Greek:]"), CharsToUnicodeString("\\u0391\\u03B1"), "aA");
874
expectContainment
(UNICODE_STRING_SIMPLE("[[:Common:][:Inherited:]]"), CharsToUnicodeString("\\U00003099\\U0001D169\\u0000"), "aA");
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c
31
static void
expectContainment
(const USet* set,
248
expectContainment
(set, inList, TRUE);
249
expectContainment
(set, outList, FALSE);
253
static void
expectContainment
(const USet* set,
265
log_err("FAIL: uset_toPattern() fails in
expectContainment
() - %s\n", u_errorName(ec));
/external/icu4c/test/cintltst/
usettest.c
31
static void
expectContainment
(const USet* set,
248
expectContainment
(set, inList, TRUE);
249
expectContainment
(set, outList, FALSE);
253
static void
expectContainment
(const USet* set,
265
log_err("FAIL: uset_toPattern() fails in
expectContainment
() - %s\n", u_errorName(ec));
Completed in 500 milliseconds