Home
last modified time | relevance | path

Searched defs:quotedString (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/util/
DListUtil.java135 private static String quotedString(String string) in quotedString() method in ListUtil
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java210 void quotedString(String token); in quotedString() method
/external/icu/icu4c/source/samples/uresb/
Duresb.c191 static UChar *quotedString(const UChar *string) { in quotedString() function
/external/proguard/src/proguard/
DConfigurationWriter.java637 private String quotedString(String string) in quotedString() method in ConfigurationWriter
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp322 static UChar *quotedString(const UChar *string) { in quotedString() function
/external/nist-sip/java/gov/nist/core/
DLexerCore.java525 public String quotedString() throws ParseException { in quotedString() method in LexerCore
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py5107 quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| variable
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py5107 quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| variable