Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDBHelper.java289 public String Quote(String _sToQuote) in Quote() argument
293 int nQuote = _sToQuote.indexOf(ts); in Quote()
296 return ds + _sToQuote + ds; in Quote()
298 return ts + _sToQuote + ts; in Quote()