Lines Matching refs:test_toInt32
3013 sal_Bool test_toInt32( int num, const sal_Char** in, in test_toInt32() function
3080 test_toInt32( kBinaryNumsCount, kBinaryNumsStr, in test_rtl_OString_toInt32()
3088 test_toInt32( kInt32MaxNumsCount, kBinaryMaxNumsStr, in test_rtl_OString_toInt32()
3097 test_toInt32( kOctolNumsCount, kOctolNumsStr, in test_rtl_OString_toInt32()
3106 test_toInt32( kInt32MaxNumsCount, kOctolMaxNumsStr, in test_rtl_OString_toInt32()
3115 test_toInt32( kDecimalNumsCount, kDecimalNumsStr, expValues, in test_rtl_OString_toInt32()
3124 test_toInt32( kInt32MaxNumsCount, kDecimalMaxNumsStr, in test_rtl_OString_toInt32()
3133 test_toInt32( kHexDecimalNumsCount, kHexDecimalNumsStr, expValues, in test_rtl_OString_toInt32()
3142 test_toInt32( kInt32MaxNumsCount, kHexDecimalMaxNumsStr, in test_rtl_OString_toInt32()
3151 test_toInt32( kBase36NumsCount, kBase36NumsStr, expValues, in test_rtl_OString_toInt32()
3160 test_toInt32( kInt32MaxNumsCount, kBase36MaxNumsStr, in test_rtl_OString_toInt32()
3188 test_toInt32( nSpecCases, spString, expSpecVal, in test_rtl_OString_toInt32()