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

  /external/chromium/third_party/icu/source/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/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 142 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,
    [all...]
creststn.c     [all...]
  /external/chromium/third_party/icu/source/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...]
  /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 220 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,
restsnew.cpp 218 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,
    [all...]

Completed in 168 milliseconds