Searched refs:removeQuoteIfExists (Results 1 – 5 of 5) sorted by relevance
186 sOfficePath = helper.StringHelper.removeQuoteIfExists(sOfficePath); in checkIfOfficeExists()338 sDocument = helper.StringHelper.removeQuoteIfExists( sDocument ); in ReportDesignTest()576 sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
121 m_sInputPath = helper.StringHelper.removeQuoteIfExists(sInputPath); in getInputPath()138 m_sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
448 sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
307 unknown = StringHelper.removeQuoteIfExists(aToken.nextToken()); in getSubEntries()311 ifc_name = StringHelper.removeQuoteIfExists(aToken.nextToken()); in getSubEntries()315 meth_name = StringHelper.removeQuoteIfExists(aToken.nextToken()); in getSubEntries()
60 public static String removeQuoteIfExists(String _sPath) in removeQuoteIfExists() method in StringHelper
Completed in 32 milliseconds