Home
last modified time | relevance | path

Searched refs:sEscapedSingleQuote (Results 1 – 2 of 2) sorted by relevance

/dports/devel/staf/src/staf/stafclnt/
H A DSTAF.cpp296 STAFString sEscapedSingleQuote("\\'"); variable
331 input.replace(sSingleQuote, sEscapedSingleQuote) + in quoteString()
/dports/devel/staf/src/staf/stafif/
H A DSTAFDataTypes.cpp543 static STAFString sEscapedSingleQuote("\\'"); in ISTAFQuoteString() local
552 input.replace(sSingleQuote, sEscapedSingleQuote) + in ISTAFQuoteString()