Home
last modified time | relevance | path

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

/external/proguard/src/proguard/util/
DListUtil.java57 string = quotedString(string); in commaSeparatedString()
135 private static String quotedString(String string) in quotedString() method in ListUtil
/external/nist-sip/java/gov/nist/javax/sip/parser/
DWarningParser.java116 String text = this.lexer.quotedString(); in parse()
160 text = this.lexer.quotedString(); in parse()
DAddressParser.java70 name = this.lexer.quotedString(); in nameAddr()
DViaParser.java169 str = lexer.quotedString(); in nameValue()
/external/icu/icu4c/source/samples/uresb/
Duresb.c64 static UChar *quotedString(const UChar *string);
191 static UChar *quotedString(const UChar *string) { in quotedString() function
236 UChar *string = quotedString(thestr); in printOutBundle()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java116 handler.quotedString(token); in parsePropertyValue()
210 void quotedString(String token); in quotedString() method
DStylingPolicy.java120 public void quotedString(String token) { in sanitizeCssProperties()
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp47 static UChar *quotedString(const UChar *string);
322 static UChar *quotedString(const UChar *string) { in quotedString() function
390 UChar *string = quotedString(thestr); in printOutAlias()
432 UChar *string = quotedString(thestr); in printOutBundle()
/external/nist-sip/java/gov/nist/core/
DParserCore.java69 str = lexer.quotedString(); in nameValue()
DLexerCore.java525 public String quotedString() throws ParseException { in quotedString() method in LexerCore
/external/proguard/src/proguard/
DConfigurationWriter.java305 writer.println(quotedString(arguments)); in writeOption()
623 return quotedString(fileName); in relativeFileName()
630 private String quotedString(String string) in quotedString() method in ConfigurationWriter