Lines Matching defs:TestCase
287 typedef struct TestCase in test_rtl_OString_getLength() struct
289 sal_Char* comments; in test_rtl_OString_getLength()
290 sal_Int32 expVal; in test_rtl_OString_getLength()
291 OString* input; in test_rtl_OString_getLength()
292 ~TestCase() { delete input;} in test_rtl_OString_getLength()
293 } TestCase; in test_rtl_OString_getLength() typedef
339 typedef struct TestCase in test_rtl_OString_equals() struct
341 sal_Char* comments; in test_rtl_OString_equals()
342 sal_Bool expVal; in test_rtl_OString_equals()
343 OString* input1; in test_rtl_OString_equals()
344 OString* input2; in test_rtl_OString_equals()
345 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_equals()
346 } TestCase; in test_rtl_OString_equals() typedef
403 typedef struct TestCase in test_rtl_OString_equalsIgnoreAsciiCase() struct
405 sal_Char* comments; in test_rtl_OString_equalsIgnoreAsciiCase()
406 sal_Bool expVal; in test_rtl_OString_equalsIgnoreAsciiCase()
407 OString* input1; in test_rtl_OString_equalsIgnoreAsciiCase()
408 OString* input2; in test_rtl_OString_equalsIgnoreAsciiCase()
409 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_equalsIgnoreAsciiCase()
410 } TestCase; in test_rtl_OString_equalsIgnoreAsciiCase() typedef
459 typedef struct TestCase in test_rtl_OString_compareTo_001() struct
461 sal_Char* comments; in test_rtl_OString_compareTo_001()
462 sal_Int32 expVal; in test_rtl_OString_compareTo_001()
463 OString* input1; in test_rtl_OString_compareTo_001()
464 OString* input2; in test_rtl_OString_compareTo_001()
465 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_compareTo_001()
466 } TestCase; in test_rtl_OString_compareTo_001() typedef
534 typedef struct TestCase in test_rtl_OString_compareTo_002() struct
536 sal_Char* comments; in test_rtl_OString_compareTo_002()
537 sal_Int32 expVal; in test_rtl_OString_compareTo_002()
538 sal_Int32 maxLength; in test_rtl_OString_compareTo_002()
539 OString* input1; in test_rtl_OString_compareTo_002()
540 OString* input2; in test_rtl_OString_compareTo_002()
541 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_compareTo_002()
542 } TestCase; in test_rtl_OString_compareTo_002() typedef
798 typedef struct TestCase in test_rtl_OString_op_g() struct
800 sal_Char* comments; in test_rtl_OString_op_g()
801 sal_Bool expVal; in test_rtl_OString_op_g()
802 OString* input1; in test_rtl_OString_op_g()
803 OString* input2; in test_rtl_OString_op_g()
804 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_op_g()
805 } TestCase; in test_rtl_OString_op_g() typedef
861 typedef struct TestCase in test_rtl_OString_op_l() struct
863 sal_Char* comments; in test_rtl_OString_op_l()
864 sal_Bool expVal; in test_rtl_OString_op_l()
865 OString* input1; in test_rtl_OString_op_l()
866 OString* input2; in test_rtl_OString_op_l()
867 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_op_l()
868 } TestCase; in test_rtl_OString_op_l() typedef
923 typedef struct TestCase in test_rtl_OString_op_ge() struct
925 sal_Char* comments; in test_rtl_OString_op_ge()
926 sal_Bool expVal; in test_rtl_OString_op_ge()
927 OString* input1; in test_rtl_OString_op_ge()
928 OString* input2; in test_rtl_OString_op_ge()
929 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_op_ge()
930 } TestCase; in test_rtl_OString_op_ge() typedef
985 typedef struct TestCase in test_rtl_OString_op_le() struct
987 sal_Char* comments; in test_rtl_OString_op_le()
988 sal_Bool expVal; in test_rtl_OString_op_le()
989 OString* input1; in test_rtl_OString_op_le()
990 OString* input2; in test_rtl_OString_op_le()
991 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_op_le()
992 } TestCase; in test_rtl_OString_op_le() typedef
1048 typedef struct TestCase in test_rtl_OString_op_eq_001() struct
1050 sal_Char* comments; in test_rtl_OString_op_eq_001()
1051 sal_Bool expVal; in test_rtl_OString_op_eq_001()
1052 OString* input1; in test_rtl_OString_op_eq_001()
1053 OString* input2; in test_rtl_OString_op_eq_001()
1054 ~TestCase() { delete input1;delete input2;} in test_rtl_OString_op_eq_001()
1055 } TestCase; in test_rtl_OString_op_eq_001() typedef
1160 typedef struct TestCase in test_rtl_OString_op_plus() struct
1162 sal_Char* comments; in test_rtl_OString_op_plus()
1163 OString* expVal; in test_rtl_OString_op_plus()
1164 OString* input1; in test_rtl_OString_op_plus()
1165 OString* input2; in test_rtl_OString_op_plus()
1166 ~TestCase() { delete input1;delete input2; delete expVal;} in test_rtl_OString_op_plus()
1167 } TestCase; in test_rtl_OString_op_plus() typedef
1220 typedef struct TestCase in test_rtl_OString_op_peq() struct
1222 sal_Char* comments; in test_rtl_OString_op_peq()
1223 OString* expVal; in test_rtl_OString_op_peq()
1224 OString* input1; in test_rtl_OString_op_peq()
1225 OString* input2; in test_rtl_OString_op_peq()
1226 ~TestCase() { delete input1;delete input2; delete expVal;} in test_rtl_OString_op_peq()
1227 } TestCase; in test_rtl_OString_op_peq() typedef
1280 typedef struct TestCase in test_rtl_OString_op_cscs() struct
1282 sal_Char* comments; in test_rtl_OString_op_cscs()
1283 const sal_Char* expVal; in test_rtl_OString_op_cscs()
1284 sal_Int32 cmpLen; in test_rtl_OString_op_cscs()
1285 OString* input1; in test_rtl_OString_op_cscs()
1286 ~TestCase() { delete input1;} in test_rtl_OString_op_cscs()
1287 } TestCase; in test_rtl_OString_op_cscs() typedef
1327 typedef struct TestCase in test_rtl_OString_getStr() struct
1329 sal_Char* comments; in test_rtl_OString_getStr()
1330 const sal_Char* expVal; in test_rtl_OString_getStr()
1331 sal_Int32 cmpLen; in test_rtl_OString_getStr()
1332 OString* input1; in test_rtl_OString_getStr()
1333 ~TestCase() { delete input1;} in test_rtl_OString_getStr()
1334 } TestCase; in test_rtl_OString_getStr() typedef
1371 typedef struct TestCase in test_rtl_OString_copy_001() struct
1373 sal_Char* comments; in test_rtl_OString_copy_001()
1374 const sal_Char* srcStr; in test_rtl_OString_copy_001()
1375 const sal_Char* arrExpStr; in test_rtl_OString_copy_001()
1377 sal_Int32 beginIndex; in test_rtl_OString_copy_001()
1379 sal_Int32 lengthForCmp; in test_rtl_OString_copy_001()
1382 sal_Int32 expLength; in test_rtl_OString_copy_001()
1384 } TestCase; in test_rtl_OString_copy_001() typedef
1440 typedef struct TestCase in test_rtl_OString_copy_002() struct
1442 sal_Char* comments; in test_rtl_OString_copy_002()
1443 const sal_Char* arrExpStr; in test_rtl_OString_copy_002()
1444 sal_Int32 beginIndex; in test_rtl_OString_copy_002()
1445 sal_Int32 count; in test_rtl_OString_copy_002()
1446 sal_Int32 expLen; in test_rtl_OString_copy_002()
1448 } TestCase; in test_rtl_OString_copy_002() typedef
1577 typedef struct TestCase in test_rtl_OString_concat() struct
1579 sal_Char* comments; in test_rtl_OString_concat()
1580 OString* expVal; in test_rtl_OString_concat()
1581 OString* input1; in test_rtl_OString_concat()
1582 OString* input2; in test_rtl_OString_concat()
1583 ~TestCase() { delete input1;delete input2; delete expVal;} in test_rtl_OString_concat()
1584 } TestCase; in test_rtl_OString_concat() typedef
1645 typedef struct TestCase in test_rtl_OString_toAsciiLowerCase() struct
1647 sal_Char* comments; in test_rtl_OString_toAsciiLowerCase()
1648 OString* expVal; in test_rtl_OString_toAsciiLowerCase()
1649 OString* input1; in test_rtl_OString_toAsciiLowerCase()
1650 ~TestCase() { delete input1; delete expVal;} in test_rtl_OString_toAsciiLowerCase()
1651 } TestCase; in test_rtl_OString_toAsciiLowerCase() typedef
1698 typedef struct TestCase in test_rtl_OString_toAsciiUpperCase() struct
1700 sal_Char* comments; in test_rtl_OString_toAsciiUpperCase()
1701 OString* expVal; in test_rtl_OString_toAsciiUpperCase()
1702 OString* input1; in test_rtl_OString_toAsciiUpperCase()
1703 ~TestCase() { delete input1; delete expVal;} in test_rtl_OString_toAsciiUpperCase()
1704 } TestCase; in test_rtl_OString_toAsciiUpperCase() typedef
1751 typedef struct TestCase in test_rtl_OString_trim() struct
1753 sal_Char* comments; in test_rtl_OString_trim()
1754 OString* expVal; in test_rtl_OString_trim()
1755 OString* input1; in test_rtl_OString_trim()
1756 ~TestCase() { delete input1; delete expVal;} in test_rtl_OString_trim()
1757 } TestCase; in test_rtl_OString_trim() typedef
1820 typedef struct TestCase in test_rtl_OString_valueOf_sal_Bool() struct
1822 sal_Char* comments; in test_rtl_OString_valueOf_sal_Bool()
1823 sal_Bool input1; in test_rtl_OString_valueOf_sal_Bool()
1824 OString* expVal; in test_rtl_OString_valueOf_sal_Bool()
1825 ~TestCase() {delete expVal;} in test_rtl_OString_valueOf_sal_Bool()
1826 } TestCase; in test_rtl_OString_valueOf_sal_Bool() typedef
1864 typedef struct TestCase in test_rtl_OString_valueOf_sal_Char() struct
1866 sal_Char* comments; in test_rtl_OString_valueOf_sal_Char()
1867 sal_Char input1; in test_rtl_OString_valueOf_sal_Char()
1868 OString* expVal; in test_rtl_OString_valueOf_sal_Char()
1869 ~TestCase() {delete expVal;} in test_rtl_OString_valueOf_sal_Char()
1870 } TestCase; in test_rtl_OString_valueOf_sal_Char() typedef
2743 typedef struct TestCase in test_rtl_OString_toChar() struct
2745 sal_Char* comments; in test_rtl_OString_toChar()
2746 sal_Char expVal; in test_rtl_OString_toChar()
2747 OString* input1; in test_rtl_OString_toChar()
2748 ~TestCase() {delete input1;} in test_rtl_OString_toChar()
2749 } TestCase; in test_rtl_OString_toChar() typedef
2814 typedef struct TestCase in test_rtl_OString_toFloat() struct
2816 float expVal; in test_rtl_OString_toFloat()
2817 OString* input1; in test_rtl_OString_toFloat()
2818 float m_nPrecision; in test_rtl_OString_toFloat()
2819 ~TestCase() {delete input1;} in test_rtl_OString_toFloat()
2820 } TestCase; in test_rtl_OString_toFloat() typedef
2971 typedef struct TestCase in test_rtl_OString_toBoolean() struct
2973 sal_Char* comments; in test_rtl_OString_toBoolean()
2974 sal_Bool expVal; in test_rtl_OString_toBoolean()
2975 OString* input; in test_rtl_OString_toBoolean()
2977 } TestCase; in test_rtl_OString_toBoolean() typedef
3400 typedef struct TestCase in test_rtl_OString_replace() struct
3402 sal_Char* comments; in test_rtl_OString_replace()
3403 OString* expVal; in test_rtl_OString_replace()
3404 OString* input; in test_rtl_OString_replace()
3405 sal_Char oldChar; in test_rtl_OString_replace()
3406 sal_Char newChar; in test_rtl_OString_replace()
3408 ~TestCase() { delete input; delete expVal;} in test_rtl_OString_replace()
3409 } TestCase; in test_rtl_OString_replace() typedef
3457 typedef struct TestCase in test_rtl_OString_replaceAt() struct
3459 sal_Char* comments; in test_rtl_OString_replaceAt()
3460 OString* expVal; in test_rtl_OString_replaceAt()
3461 OString* input; in test_rtl_OString_replaceAt()
3462 OString* newStr; in test_rtl_OString_replaceAt()
3463 sal_Int32 index; in test_rtl_OString_replaceAt()
3464 sal_Int32 count; in test_rtl_OString_replaceAt()
3466 ~TestCase() { delete input; delete expVal; delete newStr;} in test_rtl_OString_replaceAt()
3467 } TestCase; in test_rtl_OString_replaceAt() typedef