Searched refs:chQuote (Results 1 – 1 of 1) sorted by relevance
103 sal_Unicode chQuote = _sInPath[--nPos]; in splitLastFromConfigurationPath() local105 if (chQuote == '\'' || chQuote == '\"') in splitLastFromConfigurationPath()108 nPos = _sInPath.lastIndexOf(chQuote,nEnd); in splitLastFromConfigurationPath()165 sal_Unicode chQuote = _sInPath[nStart]; in extractFirstFromConfigurationPath() local166 if (chQuote == '\'' || chQuote == '\"') in extractFirstFromConfigurationPath()169 nEnd = _sInPath.indexOf(chQuote, nStart+1); in extractFirstFromConfigurationPath()
Completed in 9 milliseconds