Home | History | Annotate | Download | only in intltest

Lines Matching defs:TestParams

792 struct TestParams {
805 TestParams(UErrorCode &status) : dataToBreak() {
814 ~TestParams() {
856 void TestParams::setUTF16(UErrorCode &status) {
871 void TestParams::setUTF8(UErrorCode &status) {
900 int32_t TestParams::getSrcLine(int32_t bp) {
916 int32_t TestParams::getExpectedBreak(int32_t bp) {
929 int32_t TestParams::getSrcCol(int32_t bp) {
945 void RBBITest::executeTest(TestParams *t, UErrorCode &status) {
1130 TestParams tp(status);