Lines Matching refs:expValues
3070 sal_Int32 expValues[kBase36NumsCount]; in test_rtl_OString_toInt32() local
3075 expValues[i] = i; in test_rtl_OString_toInt32()
3081 expValues, kRadixBinary, hRtlTestResult ), in test_rtl_OString_toInt32()
3098 expValues, kRadixOctol, hRtlTestResult ), in test_rtl_OString_toInt32()
3115 test_toInt32( kDecimalNumsCount, kDecimalNumsStr, expValues, in test_rtl_OString_toInt32()
3133 test_toInt32( kHexDecimalNumsCount, kHexDecimalNumsStr, expValues, in test_rtl_OString_toInt32()
3151 test_toInt32( kBase36NumsCount, kBase36NumsStr, expValues, in test_rtl_OString_toInt32()
3258 sal_Int64 expValues[kBase36NumsCount]; in test_rtl_OString_toInt64() local
3262 for (i = 0; i < kBase36NumsCount; expValues[i] = i, i++); in test_rtl_OString_toInt64()
3267 test_toInt64( kBinaryNumsCount, kBinaryNumsStr, expValues, in test_rtl_OString_toInt64()
3285 test_toInt64( kOctolNumsCount, kOctolNumsStr, expValues, in test_rtl_OString_toInt64()
3303 test_toInt64( kDecimalNumsCount, kDecimalNumsStr, expValues, in test_rtl_OString_toInt64()
3321 test_toInt64( kHexDecimalNumsCount, kHexDecimalNumsStr, expValues, in test_rtl_OString_toInt64()
3339 test_toInt64( kBase36NumsCount, kBase36NumsStr, expValues, in test_rtl_OString_toInt64()