Home | History | Annotate | Download | only in intltest

Lines Matching refs:rbt

28 #include "rbt.h"
344 dataerrln("FAIL: RBT constructor failed - %s", u_errorName(status));
415 errln("FAIL: RBT constructor failed");
440 errln("FAIL: RBT constructor failed");
472 errln("FAIL: RBT constructor failed");
520 errln("FAIL: RBT constructor failed");
748 errln("RBT constructor failed");
879 Transliterator *rbt = Transliterator::createFromRules("<ID>",
898 delete rbt;
926 errln("FAIL: RBT constructor");
958 errln("FAIL: RBT constructor");
999 errln("FAIL: RBT
1044 errln("FAIL: RBT constructor");
1117 * Test cloning / copy constructor of RBT.
1130 errln("FAIL: RBT constructor");
1503 * Test compound RBT rules.
1662 const char* RBT = "rbt";
1665 RBT,
1669 RBT,
1697 RBT,
1701 RBT,
1705 RBT,
1709 RBT,
1713 RBT,
1721 RBT,
1728 if (DATA[d] == RBT) {
2092 * Test NFD chaining with RBT
3910 * for RBT and CompoundTransliterator at this time.
3956 * Test handling of rule whitespace, for both RBT and UnicodeSet.