Home
last modified time | relevance | path

Searched defs:escape (Results 1 – 25 of 78) sorted by relevance

1234

/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp69 void round_trip_e ( const char *p, char escape ) { in round_trip_e()
79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { in quote()
87 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { in unquote()
140 void round_trip_e ( const wchar_t *p, wchar_t escape ) { in round_trip_e()
149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in quote()
157 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in unquote()
/external/libcxx/test/std/experimental/string.view/string.view.nonmem/
Dquoted.pass.cpp66 void round_trip_e ( const char *p, char escape ) { in round_trip_e()
78 std::string quote ( const char *p, char delim='"', char escape='\\' ) { in quote()
86 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { in unquote()
131 void round_trip_e ( const wchar_t *p, wchar_t escape ) { in round_trip_e()
142 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in quote()
152 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in unquote()
/external/guava/guava/src/com/google/common/escape/
DArrayBasedCharEscaper.java117 public final String escape(String s) { in escape() method in ArrayBasedCharEscaper
134 @Override protected final char[] escape(char c) { in escape() method in ArrayBasedCharEscaper
DCharEscaperBuilder.java56 @Override public String escape(String s) { in escape() method in CharEscaperBuilder.CharArrayDecorator
67 @Override protected char[] escape(char c) { in escape() method in CharEscaperBuilder.CharArrayDecorator
DCharEscaper.java58 @Override public String escape(String string) { in escape() method in CharEscaper
156 protected abstract char[] escape(char c); in escape() method in CharEscaper
DArrayBasedUnicodeEscaper.java152 public final String escape(String s) { in escape() method in ArrayBasedUnicodeEscaper
184 protected final char[] escape(int cp) { in escape() method in ArrayBasedUnicodeEscaper
DUnicodeEscaper.java90 protected abstract char[] escape(int cp); in escape() method in UnicodeEscaper
152 public String escape(String string) { in escape() method in UnicodeEscaper
DEscaper.java87 public abstract String escape(String string); in escape() method in Escaper
/external/guava/guava/src/com/google/common/net/
DPercentEscaper.java159 public String escape(String s) { in escape() method in PercentEscaper
175 protected char[] escape(int cp) { in escape() method in PercentEscaper
/external/clang/tools/diag-build/
Ddiag-build.sh90 escape () { function
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
DFunctionExecutor.java40 void escape(String name, String input, Appendable output) throws IOException; in escape() method
DFunctionRegistry.java56 public void escape(String name, String input, Appendable output) throws IOException { in escape() method in FunctionRegistry
/external/libxml2/
DtestURI.c20 static int escape = 0; variable
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializationHandler.java82 public boolean setEscaping(boolean escape) throws SAXException; in setEscaping()
/external/icu/icu4c/source/samples/msgfmt/
Dutil.cpp32 UnicodeString escape(const UnicodeString &source) { in escape() function
/external/icu/icu4c/source/samples/translit/
Dutil.cpp32 UnicodeString escape(const UnicodeString &source) { in escape() function
/external/icu/icu4c/source/samples/datefmt/
Dutil.cpp32 UnicodeString escape(const UnicodeString &source) { in escape() function
/external/markdown/markdown/
Dpostprocessors.py62 def escape(self, html): member in RawHtmlPostprocessor
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py17 def escape (s): return s member in ColorFormatter.Null
33 def escape (s): return s member in ColorFormatter.ANSI
45 def escape (s): return cgi.escape (s) member in ColorFormatter.HTML
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DAutoEscaper.java135 AEscapeCommand escape = in handleExplicitEscapeMode() local
291 AEscapeCommand escape = new AEscapeCommand(position, escapeExpr, (PCommand) node.clone()); in applyAutoEscaping() local
DSyntaxTreeDumper.java90 private String escape(String text) { in escape() method in SyntaxTreeDumper
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DCookie.java47 public static String escape(String string) { in escape() method in Cookie
/external/elfutils/src/libdw/
Ddwarf_ranges.c48 Dwarf_Addr escape = (width == 8 ? (Elf64_Addr) -1 in __libdw_read_begin_end_pair_inc() local
/external/llvm/lib/Support/
DRegex.cpp184 std::string Regex::escape(StringRef String) { in escape() function in Regex
/external/icu/icu4c/source/samples/numfmt/
Dutil.cpp44 UnicodeString escape(const UnicodeString &source) { in escape() function

1234