Home | History | Annotate | Download | only in intltest

Lines Matching refs:testTag

221     testTag("only_in_Root", TRUE, FALSE, FALSE);
222 testTag("only_in_te", FALSE, TRUE, FALSE);
223 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
224 testTag("in_Root_te", TRUE, TRUE, FALSE);
225 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
226 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
227 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
228 testTag("nonexistent", FALSE, FALSE, FALSE);
635 NewResourceBundleTest::testTag(const char* frag,