/external/pcre/dist/testdata/ |
testinput17 | 25 \\ [^\x80-\xff] # Escaped something (something != CR) 39 \\ [^\x80-\xff] # Escaped something (something != CR) 76 \\ [^\x80-\xff] # Escaped something (something != CR) 88 \\ [^\x80-\xff] # Escaped something (something != CR) 158 \\ [^\x80-\xff] # Escaped something (something != CR) 172 \\ [^\x80-\xff] # Escaped something (something != CR)
|
/external/chromium_org/net/base/ |
escape.h | 35 // Space is escaped as + (if use_plus is true) and other special characters 72 // addition to their special meaning. Things like escaped letters, digits, 117 // will be returned as converted. If it is not, the original escaped string will
|
data_url.h | 36 // returned data is base64 decoded, and any %-escaped bytes are unescaped).
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
SegmentedString.cpp | 88 ASSERT(!escaped()); 142 ASSERT(!escaped()); 143 ASSERT(!s.escaped());
|
/external/chromium_org/tools/gn/ |
path_output_unittest.cc | 100 // Spaces in filenames should get escaped on Posix. 108 // Quotes should get blackslash-escaped on Windows and Posix. 126 // Backslashes should get escaped on non-Windows and preserved on Windows.
|
escape.h | 27 // tool commands). Only Ninja "$" are escaped.
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
keyboard.py | 121 # If this is an explicitly-escaped character, replace it with the 138 # If this is the backslash, the next character is escaped 144 # escaped special character which should be treated as a literal
|
/external/jsilver/src/com/google/clearsilver/jsilver/values/ |
Value.java | 77 * True if either the {@code Value} was escaped, or it was created from a combination of escaped 256 * function, even if the entire expression has not been escaped. Both methods are required,
|
/libcore/luni/src/main/java/libcore/net/ |
UriCodec.java | 29 * <p>By default, UTF-8 is used to encode escaped characters. A single input 35 * Returns true if {@code c} does not need to be escaped. 91 * unchanged with isPartiallyEncoded=true but would be double-escaped to
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
PhoneNumberHelper.java | 50 // the passed-in string is URI-escaped. (Neither "@" nor "%40" 166 * @param number SIP address of the form "username@domainname" (or the URI-escaped equivalent 173 // either "@" or "%40" (the URI-escaped equivalent.)
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
UriCodec.java | 48 * <p>By default, UTF-8 is used to encode escaped characters. A single input 54 * Returns true if {@code c} does not need to be escaped. 110 * unchanged with isPartiallyEncoded=true but would be double-escaped to
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRToken+DebuggerSupport.m | 50 // format is tokenIndex, type, channel, line, col, (escaped)text
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
output_html.properties | 39 # Note that the colon after the protocol needs to be escaped.
|
output_unknown.properties | 43 # Note that the colon after the protocol needs to be escaped.
|
output_xml.properties | 42 # Note that the colon after the protocol needs to be escaped.
|
/external/chromium_org/base/ |
location.h | 52 // string with HTML characters in the function names escaped, and append that
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.cc | 230 std::string escaped; local 234 base::StringAppendF(&escaped, "%%%02X", c); 236 escaped.push_back(c); 239 return escaped;
|
/external/chromium_org/net/cookies/ |
cookie_util.h | 60 // already be appropriately escaped.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tokiter.cpp | 59 * is ignored, unless it is backslash-escaped or within quotes.
|
/external/chromium_org/tools/json_schema_compiler/test/ |
idl_basics.idl | 56 // This tests if "double-quotes" are escaped correctly.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
string-anchor.js | 39 // Check that the quotation mark is correctly escaped.
|
string-fontcolor.js | 39 // Check that the quotation mark is correctly escaped.
|
/external/icu/icu4c/source/test/intltest/ |
tokiter.cpp | 59 * is ignored, unless it is backslash-escaped or within quotes.
|
/external/iptables/iptables/ |
ip6tables-restore.c | 119 int quote_open = 0, escaped = 0, param_len = 0; local 128 if (escaped) { 130 escaped = 0; 133 escaped = 1;
|
iptables-restore.c | 118 int quote_open = 0, escaped = 0, param_len = 0; local 127 if (escaped) { 129 escaped = 0; 132 escaped = 1;
|