/third_party/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 246 testTag("only_in_Root", TRUE, FALSE, FALSE); in TestResourceBundles() 247 testTag("only_in_te", FALSE, TRUE, FALSE); in TestResourceBundles() 248 testTag("only_in_te_IN", FALSE, FALSE, TRUE); in TestResourceBundles() 249 testTag("in_Root_te", TRUE, TRUE, FALSE); in TestResourceBundles() 250 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE); in TestResourceBundles() 251 testTag("in_Root_te_IN", TRUE, FALSE, TRUE); in TestResourceBundles() 252 testTag("in_te_te_IN", FALSE, TRUE, TRUE); in TestResourceBundles() 253 testTag("nonexistent", FALSE, FALSE, FALSE); in TestResourceBundles() 327 ResourceBundleTest::testTag(const char* frag, in testTag() function in ResourceBundleTest
|
D | restsnew.cpp | 263 testTag("only_in_Root", TRUE, FALSE, FALSE); in TestResourceBundles() 264 testTag("only_in_te", FALSE, TRUE, FALSE); in TestResourceBundles() 265 testTag("only_in_te_IN", FALSE, FALSE, TRUE); in TestResourceBundles() 266 testTag("in_Root_te", TRUE, TRUE, FALSE); in TestResourceBundles() 267 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE); in TestResourceBundles() 268 testTag("in_Root_te_IN", TRUE, FALSE, TRUE); in TestResourceBundles() 269 testTag("in_te_te_IN", FALSE, TRUE, TRUE); in TestResourceBundles() 270 testTag("nonexistent", FALSE, FALSE, FALSE); in TestResourceBundles() 679 NewResourceBundleTest::testTag(const char* frag, in testTag() function in NewResourceBundleTest
|
D | restest.h | 48 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
|
D | restsnew.h | 59 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 168 testTag("only_in_Root", TRUE, FALSE, FALSE); in TestResourceBundles() 169 testTag("in_Root_te", TRUE, TRUE, FALSE); in TestResourceBundles() 170 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE); in TestResourceBundles() 171 testTag("in_Root_te_IN", TRUE, FALSE, TRUE); in TestResourceBundles() 172 testTag("only_in_te", FALSE, TRUE, FALSE); in TestResourceBundles() 173 testTag("only_in_te_IN", FALSE, FALSE, TRUE); in TestResourceBundles() 174 testTag("in_te_te_IN", FALSE, TRUE, TRUE); in TestResourceBundles() 175 testTag("nonexistent", FALSE, FALSE, FALSE); in TestResourceBundles() 264 UBool testTag(const char* frag, in testTag() function
|
D | crestst.h | 48 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
|
D | creststn.h | 89 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
|
D | creststn.c | 1528 testTag("only_in_Root", TRUE, FALSE, FALSE); in TestResourceBundles() 1529 testTag("in_Root_te", TRUE, TRUE, FALSE); in TestResourceBundles() 1530 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE); in TestResourceBundles() 1531 testTag("in_Root_te_IN", TRUE, FALSE, TRUE); in TestResourceBundles() 1532 testTag("only_in_te", FALSE, TRUE, FALSE); in TestResourceBundles() 1533 testTag("only_in_te_IN", FALSE, FALSE, TRUE); in TestResourceBundles() 1534 testTag("in_te_te_IN", FALSE, TRUE, TRUE); in TestResourceBundles() 1535 testTag("nonexistent", FALSE, FALSE, FALSE); in TestResourceBundles() 1635 static UBool testTag(const char* frag, in testTag() function
|