Searched refs:quotedString (Results 1 – 11 of 11) sorted by relevance
57 string = quotedString(string); in commaSeparatedString()135 private static String quotedString(String string) in quotedString() method in ListUtil
116 String text = this.lexer.quotedString(); in parse()160 text = this.lexer.quotedString(); in parse()
70 name = this.lexer.quotedString(); in nameAddr()
169 str = lexer.quotedString(); in nameValue()
64 static UChar *quotedString(const UChar *string);191 static UChar *quotedString(const UChar *string) { in quotedString() function236 UChar *string = quotedString(thestr); in printOutBundle()
116 handler.quotedString(token); in parsePropertyValue()210 void quotedString(String token); in quotedString() method
120 public void quotedString(String token) { in sanitizeCssProperties()
47 static UChar *quotedString(const UChar *string);322 static UChar *quotedString(const UChar *string) { in quotedString() function390 UChar *string = quotedString(thestr); in printOutAlias()432 UChar *string = quotedString(thestr); in printOutBundle()
69 str = lexer.quotedString(); in nameValue()
525 public String quotedString() throws ParseException { in quotedString() method in LexerCore
305 writer.println(quotedString(arguments)); in writeOption()623 return quotedString(fileName); in relativeFileName()630 private String quotedString(String string) in quotedString() method in ConfigurationWriter