Searched refs:doubleQuote (Results 1 – 4 of 4) sorted by relevance
34 String doubleQuote = "\""; in quotedString() local35 String result = new String ( doubleQuote + stringToQuote + doubleQuote ); in quotedString()
29 public static String doubleQuote(String _sStr) in doubleQuote() method in StringHelper97 return doubleQuote(_sStr); in doubleQuoteIfNeed()
206 i = self.doubleQuote(i)484 def doubleQuote (self, i): member in SrcLexer
1885 doubleQuote
Completed in 29 milliseconds