HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 1 - 25 of 554) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 45 boolean escaped = false;
55 if (!escaped)
74 escaped = false;
78 if (escaped || quoted)
89 escaped = false;
93 escaped = true;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-003.js 40 "Escaped ASCII Identifier test.");
42 "Escaped ASCII Identifier test");
44 "Escaped non-ASCII Identifier test");
46 "Escaped non-ASCII Identifier test");
48 "Escaped keyword Identifier test");
50 "Escaped keyword Identifier test");
  /external/clearsilver/man/man3/
cgi_url_escape.3 29 string, and return a newly allocated string that is escaped.
30 Characters which are escaped include control characters,
cgi_url_escape_more.3 31 string, and return a newly allocated string that is escaped.
32 Characters which are escaped include control characters,
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 56 int diff, i, escaped; local
64 escaped = 0;
68 if (escaped)
69 escaped = 0;
71 escaped = 1;
74 if (!escaped)
80 escaped = 0;
84 if (escaped)
85 escaped = 0;
87 escaped = 1
    [all...]
  /external/dbus/dbus/
dbus-address.c 81 * #TRUE if the byte need not be escaped when found in a dbus address.
82 * All other bytes are required to be escaped in a valid address.
95 * Appends an escaped version of one string to another string,
98 * @param escaped the string to append to
103 _dbus_address_append_escaped (DBusString *escaped,
113 orig_len = _dbus_string_get_length (escaped);
120 if (!_dbus_string_append_byte (escaped, *p))
125 if (!_dbus_string_append_byte (escaped, '%'))
127 if (!_dbus_string_append_byte_as_hex (escaped, *p))
138 _dbus_string_set_length (escaped, orig_len)
577 DBusString escaped; local
613 DBusString escaped; local
652 const char *escaped; member in struct:__anon3184
704 char *escaped; local
    [all...]
  /external/chromium/base/json/
string_escape_unittest.cc 15 const char* escaped; member in struct:base::__anon2176::json_narrow_test_data
30 EXPECT_EQ(std::string(json_narrow_cases[i].escaped), out);
48 expected += json_narrow_cases[0].escaped;
58 const char* escaped; member in struct:base::__anon2177::json_wide_test_data
75 EXPECT_EQ(std::string(json_wide_cases[i].escaped), out);
93 expected += json_wide_cases[0].escaped;
  /external/openssl/crypto/asn1/
charmap.pl 11 my $RFC2253_ESC = 1; # Character escaped with \
12 my $ESC_CTRL = 2; # Escaped control character
14 my $NOESC_QUOTE = 8; # Not escaped if quoted
16 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character
17 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character
36 # Remaining RFC2253 escaped characters
  /libcore/luni/src/test/java/libcore/java/net/
OldURITest.java 50 // path with an escaped octet for space char
52 // path with escaped octet for unicode char, not USASCII
56 "http://host%20name/", // escaped octets in host (becomes
65 "http:///a path#frag", // space char in path, not in escaped
67 "http://host/a[path#frag", // an illegal char, not in escaped
74 // escaped octet form, no path
82 // in escaped octet form
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 87 boolean escaped = false;
96 escaped = true;
101 return escaped;
112 boolean escaped = false;
132 escaped = false;
135 escaped = true;
147 if (escaped) {
  /libcore/luni/src/main/java/javax/xml/parsers/
FilePathToURI.java 22 // which ASCII characters need to be escaped
24 // the first hex character if a character needs to be escaped
26 // the second hex character if a character needs to be escaped
85 // record the fact that it's escaped
  /libcore/luni/src/main/java/javax/xml/transform/stream/
FilePathToURI.java 22 // which ASCII characters need to be escaped
24 // the first hex character if a character needs to be escaped
26 // the second hex character if a character needs to be escaped
85 // record the fact that it's escaped
  /packages/apps/Email/src/org/apache/james/mime4j/
BodyDescriptor.java 180 boolean escaped = false;
275 if (!escaped) {
282 escaped = false;
288 if (escaped) {
291 escaped = !escaped;
295 if (escaped) {
298 escaped = false;
  /external/apache-http/src/org/apache/commons/codec/net/
URLCodec.java 105 * characters. Unsafe characters are escaped.
147 * original bytes. Escaped characters are converted back to their
186 * characters. Unsafe characters are escaped.
198 * original bytes. Escaped characters are converted back to their
212 * string charset. Unsafe characters are escaped.
232 * charset. Unsafe characters are escaped.
254 * specified encoding. Escaped characters are converted back
276 * string charset. Escaped characters are converted back to their
298 * escaped.
321 * Decodes a URL safe object into its original form. Escaped
    [all...]
BCodec.java 91 * Encodes a string into its Base64 form using the specified charset. Unsafe characters are escaped.
114 * Encodes a string into its Base64 form using the default charset. Unsafe characters are escaped.
131 * Decodes a Base64 string into its original form. Escaped characters are converted back to their original
154 * Encodes an object into its Base64 form using the default charset. Unsafe characters are escaped.
176 * Decodes a Base64 object into its original form. Escaped characters are converted back to their original
  /external/chromium/googleurl/src/
url_canon_host.cc 40 // + (allowed either escaped or unescaped, and unmodified)
41 // U (allowed escaped or unescaped but always unescaped if present in
42 // escaped form)
43 // E (allowed escaped or unescaped but always escaped if present in
45 // % (only allowed escaped in the input, will be unmodified).
60 // disallowed in the input, but they are all accepted escaped except for 0.
63 // Surprisingly, space is accepted in the input and always escaped.
67 // value to indicate that this character should be escaped. We are a little more
117 // the type holding them may be 16 bits. Escaped characters will be unescaped
    [all...]
url_canon_path.cc 41 // Pass through unchanged, whether escaped or unescaped. This doesn't
51 // This character must be escaped in the canonical output. Note that all
52 // escaped chars also have the "special" bit set so that the code that looks
74 // Dot is even more special, and the escaped version is handled specially by
94 // ...all the high-bit characters are escaped
277 // This escaped value shouldn't be escaped, copy it.
280 // Invalid escaped character, copy it and remember the error.
286 // Valid escaped character but we should keep it escaped. W
    [all...]
  /external/chromium/net/base/
escape.cc 63 // return an escaped string. If use_plus is true, spaces are converted
68 std::string escaped; local
69 escaped.reserve(text.length() * 3);
73 escaped.push_back('+');
75 escaped.push_back('%');
76 escaped.push_back(IntToHex(c >> 4));
77 escaped.push_back(IntToHex(c & 0xf));
79 escaped.push_back(c);
82 return escaped;
170 // Keep escaped. Append a percent and we'll get the following tw
    [all...]
data_url.cc 67 // (Spaces in a data URL should be escaped, which is handled below, so any
72 // For base64, we may have url-escaped whitespace which is not part
73 // of the data, and should be stripped. Otherwise, the escaped whitespace
  /external/v8/test/mjsunit/
escape.js 36 // Check the unescape chars are not escaped
38 // Check spaces are escaped
40 // Check that null chars are escaped and do not terminate the string
51 // Check first 1000 chars individually for escaped/not escaped
scanner.js 28 // Tests that we check if escaped characters are valid indentifier
  /external/webkit/JavaScriptCore/wrec/
CharacterClassConstructor.h 52 // We need to flush prior to an escaped hyphen to prevent it as being treated as indicating
54 // [a-c]. However, we do not want to flush if we have already seen a non escaped hyphen -
  /external/clearsilver/cs/
test_url_validate.cs 14 This URL should be html escaped:
  /external/e2fsprogs/lib/ext2fs/
jfs_dat.h 41 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
  /external/webkit/WebCore/platform/text/
SegmentedString.cpp 105 ASSERT(!escaped());
120 ASSERT(!s.escaped());
133 ASSERT(!escaped());
134 ASSERT(!s.escaped());

Completed in 283 milliseconds

1 2 3 4 5 6 7 8 91011>>