Lines Matching refs:expVal

290     sal_Int32                    expVal;  in test_rtl_OString_getLength()  member
311 sal_Bool lastRes = (length == arrTestCase[i].expVal); in test_rtl_OString_getLength()
342 sal_Bool expVal; in test_rtl_OString_equals() member
376 arrTestCase[i].expVal ); in test_rtl_OString_equals()
406 sal_Bool expVal; in test_rtl_OString_equalsIgnoreAsciiCase() member
436 == arrTestCase[i].expVal); in test_rtl_OString_equalsIgnoreAsciiCase()
462 sal_Int32 expVal; in test_rtl_OString_compareTo_001() member
508 sal_Bool lastRes = ( cmpRes == arrTestCase[i].expVal); in test_rtl_OString_compareTo_001()
537 sal_Int32 expVal; in test_rtl_OString_compareTo_002() member
573 sal_Bool lastRes = (cmpRes == arrTestCase[i].expVal); in test_rtl_OString_compareTo_002()
801 sal_Bool expVal; in test_rtl_OString_op_g() member
832 sal_Bool lastRes = (cmpRes == arrTestCase[i].expVal); in test_rtl_OString_op_g()
864 sal_Bool expVal; in test_rtl_OString_op_l() member
895 sal_Bool lastRes = (cmpRes == arrTestCase[i].expVal); in test_rtl_OString_op_l()
926 sal_Bool expVal; in test_rtl_OString_op_ge() member
957 sal_Bool lastRes = (cmpRes == arrTestCase[i].expVal); in test_rtl_OString_op_ge()
988 sal_Bool expVal; in test_rtl_OString_op_le() member
1021 sal_Bool lastRes = (cmpRes == arrTestCase[i].expVal); in test_rtl_OString_op_le()
1051 sal_Bool expVal; in test_rtl_OString_op_eq_001() member
1078 sal_Bool lastRes = (cmpRes == arrTestCase[i].expVal); in test_rtl_OString_op_eq_001()
1163 OString* expVal; in test_rtl_OString_op_plus() member
1166 ~TestCase() { delete input1;delete input2; delete expVal;} in test_rtl_OString_op_plus()
1192 sal_Bool lastRes = (str == *arrTestCase[i].expVal); in test_rtl_OString_op_plus()
1223 OString* expVal; in test_rtl_OString_op_peq() member
1226 ~TestCase() { delete input1;delete input2; delete expVal;} in test_rtl_OString_op_peq()
1252 sal_Bool lastRes = (str == *arrTestCase[i].expVal); in test_rtl_OString_op_peq()
1283 const sal_Char* expVal; in test_rtl_OString_op_cscs() member
1304 cmpstr((sal_Char*)pstr,(sal_Char*)arrTestCase[i].expVal, in test_rtl_OString_op_cscs()
1330 const sal_Char* expVal; in test_rtl_OString_getStr() member
1350 cmpstr(pstr, arrTestCase[i].expVal, in test_rtl_OString_getStr()
1580 OString* expVal; in test_rtl_OString_concat() member
1583 ~TestCase() { delete input1;delete input2; delete expVal;} in test_rtl_OString_concat()
1616 sal_Bool lastRes = (str == *arrTestCase[i].expVal); in test_rtl_OString_concat()
1648 OString* expVal; in test_rtl_OString_toAsciiLowerCase() member
1650 ~TestCase() { delete input1; delete expVal;} in test_rtl_OString_toAsciiLowerCase()
1671 sal_Bool lastRes = (str ==* arrTestCase[i].expVal); in test_rtl_OString_toAsciiLowerCase()
1701 OString* expVal; in test_rtl_OString_toAsciiUpperCase() member
1703 ~TestCase() { delete input1; delete expVal;} in test_rtl_OString_toAsciiUpperCase()
1723 sal_Bool lastRes = (str == *arrTestCase[i].expVal); in test_rtl_OString_toAsciiUpperCase()
1754 OString* expVal; in test_rtl_OString_trim() member
1756 ~TestCase() { delete input1; delete expVal;} in test_rtl_OString_trim()
1791 sal_Bool lastRes = (strRes == *arrTestCase[i].expVal); in test_rtl_OString_trim()
1824 OString* expVal; in test_rtl_OString_valueOf_sal_Bool() member
1825 ~TestCase() {delete expVal;} in test_rtl_OString_valueOf_sal_Bool()
1841 sal_Bool lastRes = (arrTestCase[i].expVal->compareTo(aStr1) == 0); in test_rtl_OString_valueOf_sal_Bool()
1868 OString* expVal; in test_rtl_OString_valueOf_sal_Char() member
1869 ~TestCase() {delete expVal;} in test_rtl_OString_valueOf_sal_Char()
1895 sal_Bool lastRes = (arrTestCase[i].expVal->compareTo(aStr1) == 0); in test_rtl_OString_valueOf_sal_Char()
2746 sal_Char expVal; in test_rtl_OString_toChar() member
2780 sal_Bool lastRes = ( strRes == arrTestCase[i].expVal ); in test_rtl_OString_toChar()
2816 float expVal; in test_rtl_OString_toFloat() member
2854 float fB = arrTestCase[i].expVal; in test_rtl_OString_toFloat()
2974 sal_Bool expVal; in test_rtl_OString_toBoolean() member
2993 sal_Bool lastRes = (bRes == arrTestCase[i].expVal); in test_rtl_OString_toBoolean()
3014 const sal_Int32 *expVal,sal_Int16 radix, hTestResult hRtlTestResult ) in test_toInt32() argument
3025 sal_Bool lastRes = (intRes == expVal[i]); in test_toInt32()
3204 const sal_Int64 *expVal,sal_Int16 radix, hTestResult hRtlTestResult ) in test_toInt64() argument
3215 sal_Bool lastRes = ( intRes == expVal[i] ); in test_toInt64()
3403 OString* expVal; in test_rtl_OString_replace() member
3408 ~TestCase() { delete input; delete expVal;} in test_rtl_OString_replace()
3434 (arrTestCase[i].expVal->compareTo(aStr1) == 0), in test_rtl_OString_replace()
3460 OString* expVal; in test_rtl_OString_replaceAt() member
3466 ~TestCase() { delete input; delete expVal; delete newStr;} in test_rtl_OString_replaceAt()
3497 sal_Bool lastRes = ( arrTestCase[i].expVal->compareTo(aStr1) == 0 ); in test_rtl_OString_replaceAt()