Searched defs:quotedString (Results 1 – 8 of 8) sorted by relevance
135 private static String quotedString(String string) in quotedString() method in ListUtil
210 void quotedString(String token); in quotedString() method
191 static UChar *quotedString(const UChar *string) { in quotedString() function
637 private String quotedString(String string) in quotedString() method in ConfigurationWriter
322 static UChar *quotedString(const UChar *string) { in quotedString() function
525 public String quotedString() throws ParseException { in quotedString() method in LexerCore
5107 quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| variable