HomeSort by relevance Sort by last modified time
    Searched refs:testTag (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/cintltst/
crestst.h 26 * 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);
creststn.h 36 *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);
crestst.c 139 testTag("only_in_Root", TRUE, FALSE, FALSE);
140 testTag("in_Root_te", TRUE, TRUE, FALSE);
141 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
142 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
143 testTag("only_in_te", FALSE, TRUE, FALSE);
144 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
145 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
146 testTag("nonexistent", FALSE, FALSE, FALSE);
235 UBool testTag(const char* frag,
    [all...]
creststn.c     [all...]
  /external/icu4c/test/intltest/
restest.h 23 * 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);
restsnew.h 23 * 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);
restest.cpp 215 testTag("only_in_Root", TRUE, FALSE, FALSE);
216 testTag("only_in_te", FALSE, TRUE, FALSE);
217 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
218 testTag("in_Root_te", TRUE, TRUE, FALSE);
219 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
220 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
221 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
222 testTag("nonexistent", FALSE, FALSE, FALSE);
296 ResourceBundleTest::testTag(const char* frag,
restsnew.cpp 213 testTag("only_in_Root", TRUE, FALSE, FALSE);
214 testTag("only_in_te", FALSE, TRUE, FALSE);
215 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
216 testTag("in_Root_te", TRUE, TRUE, FALSE);
217 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
218 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
219 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
220 testTag("nonexistent", FALSE, FALSE, FALSE);
613 NewResourceBundleTest::testTag(const char* frag,
    [all...]

Completed in 647 milliseconds