/external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
D | quoted.pass.cpp | 69 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/ |
D | quoted.pass.cpp | 66 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/ |
D | ArrayBasedCharEscaper.java | 117 public final String escape(String s) { in escape() method in ArrayBasedCharEscaper 134 @Override protected final char[] escape(char c) { in escape() method in ArrayBasedCharEscaper
|
D | CharEscaperBuilder.java | 56 @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
|
D | CharEscaper.java | 58 @Override public String escape(String string) { in escape() method in CharEscaper 156 protected abstract char[] escape(char c); in escape() method in CharEscaper
|
D | ArrayBasedUnicodeEscaper.java | 152 public final String escape(String s) { in escape() method in ArrayBasedUnicodeEscaper 184 protected final char[] escape(int cp) { in escape() method in ArrayBasedUnicodeEscaper
|
D | UnicodeEscaper.java | 90 protected abstract char[] escape(int cp); in escape() method in UnicodeEscaper 152 public String escape(String string) { in escape() method in UnicodeEscaper
|
D | Escaper.java | 87 public abstract String escape(String string); in escape() method in Escaper
|
/external/guava/guava/src/com/google/common/net/ |
D | PercentEscaper.java | 159 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/ |
D | diag-build.sh | 90 escape () { function
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/ |
D | FunctionExecutor.java | 40 void escape(String name, String input, Appendable output) throws IOException; in escape() method
|
D | FunctionRegistry.java | 56 public void escape(String name, String input, Appendable output) throws IOException { in escape() method in FunctionRegistry
|
/external/libxml2/ |
D | testURI.c | 20 static int escape = 0; variable
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | SerializationHandler.java | 82 public boolean setEscaping(boolean escape) throws SAXException; in setEscaping()
|
/external/icu/icu4c/source/samples/msgfmt/ |
D | util.cpp | 32 UnicodeString escape(const UnicodeString &source) { in escape() function
|
/external/icu/icu4c/source/samples/translit/ |
D | util.cpp | 32 UnicodeString escape(const UnicodeString &source) { in escape() function
|
/external/icu/icu4c/source/samples/datefmt/ |
D | util.cpp | 32 UnicodeString escape(const UnicodeString &source) { in escape() function
|
/external/markdown/markdown/ |
D | postprocessors.py | 62 def escape(self, html): member in RawHtmlPostprocessor
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 17 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/ |
D | AutoEscaper.java | 135 AEscapeCommand escape = in handleExplicitEscapeMode() local 291 AEscapeCommand escape = new AEscapeCommand(position, escapeExpr, (PCommand) node.clone()); in applyAutoEscaping() local
|
D | SyntaxTreeDumper.java | 90 private String escape(String text) { in escape() method in SyntaxTreeDumper
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | Cookie.java | 47 public static String escape(String string) { in escape() method in Cookie
|
/external/elfutils/src/libdw/ |
D | dwarf_ranges.c | 48 Dwarf_Addr escape = (width == 8 ? (Elf64_Addr) -1 in __libdw_read_begin_end_pair_inc() local
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 184 std::string Regex::escape(StringRef String) { in escape() function in Regex
|
/external/icu/icu4c/source/samples/numfmt/ |
D | util.cpp | 44 UnicodeString escape(const UnicodeString &source) { in escape() function
|