Home
last modified time | relevance | path

Searched refs:tryStr (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx43 OUString tryStr = clipBoardFormat.copy(8); in supportedByType() local
44 if (resultString.indexOf(tryStr) >= 0) in supportedByType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx44 OUString tryStr = clipBoardFormat.copy(8); in supportedByType() local
45 if (resultString.indexOf(tryStr) >= 0) in supportedByType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DConvertTest.cs34 string tryStr; field in MonoTests.System.ConvertTest
59 tryStr = "foobar"; in SetUp()
299 Convert.ToBoolean(tryStr); in TestToBoolean()
629 Convert.ToChar(tryStr, ci); in TestToChar()
931 Convert.ToDecimal(tryStr); in TestToDecimal()
1038 Convert.ToDouble(tryStr); in TestToDouble()
1217 Convert.ToInt16(tryStr); in TestToInt16()
1265 Convert.ToInt16(tryStr, ci); in TestToInt16()
1404 Convert.ToInt32(tryStr, ci); in TestToInt32()
1452 Convert.ToInt32(tryStr, ci); in TestToInt32()
[all …]