Searched refs:testTag (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcrestst.h26 * Perform several extensive tests using the subtest routine testTag
46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dcreststn.h36 *Perform several extensive tests using the subtest routine testTag
79 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dcrestst.c142 testTag("only_in_Root", TRUE, FALSE, FALSE);
143 testTag("in_Root_te", TRUE, TRUE, FALSE);
144 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
145 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
146 testTag("only_in_te", FALSE, TRUE, FALSE);
147 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
148 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
149 testTag("nonexistent", FALSE, FALSE, FALSE);
238 UBool testTag(const char* frag, function
H A Dcreststn.c1482 testTag("only_in_Root", TRUE, FALSE, FALSE);
1483 testTag("in_Root_te", TRUE, TRUE, FALSE);
1484 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
1485 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
1486 testTag("only_in_te", FALSE, TRUE, FALSE);
1487 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
1488 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
1489 testTag("nonexistent", FALSE, FALSE, FALSE);
1580 static UBool testTag(const char* frag, function
/external/icu4c/test/intltest/
H A Drestest.h23 * Perform several extensive tests using the subtest routine testTag
46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Drestsnew.h23 * Perform several extensive tests using the subtest routine testTag
49 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Drestest.cpp220 testTag("only_in_Root", TRUE, FALSE, FALSE);
221 testTag("only_in_te", FALSE, TRUE, FALSE);
222 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
223 testTag("in_Root_te", TRUE, TRUE, FALSE);
224 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
225 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
226 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
227 testTag("nonexistent", FALSE, FALSE, FALSE);
301 ResourceBundleTest::testTag(const char* frag, function in class:ResourceBundleTest
H A Drestsnew.cpp218 testTag("only_in_Root", TRUE, FALSE, FALSE);
219 testTag("only_in_te", FALSE, TRUE, FALSE);
220 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
221 testTag("in_Root_te", TRUE, TRUE, FALSE);
222 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
223 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
224 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
225 testTag("nonexistent", FALSE, FALSE, FALSE);
618 NewResourceBundleTest::testTag(const char* frag, function in class:NewResourceBundleTest

Completed in 104 milliseconds