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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 45 boolean escaped = false;
55 if (!escaped)
63 escaped = false;
67 if (escaped || quoted)
81 escaped = false;
85 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:__anon1517
704 char *escaped; local
    [all...]
dbus-shell.c 37 * Double quotes allow $ ` " \ and newline to be escaped with backslash.
77 /* Possible escaped quote or \ */
92 /* not an escaped char */
219 * escaped text; _dbus_shell_unquote() simply goes through the string and
221 * double quotes are handled, as are escapes including escaped
228 * be escaped with backslash. Otherwise double quotes preserve things
266 /* all characters can get escaped by backslash,
367 * consider an escaped newline character specially, a comment
464 /* check that it isn't an escaped double quote */
558 * to detect escaped doublequotes
    [all...]
  /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
  /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) {
  /dalvik/libcore/xml/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
  /dalvik/libcore/xml/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
QuotedPrintableCodec.java 123 * Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters are escaped.
159 * Decodes an array quoted-printable characters into an array of original bytes. Escaped characters are converted
199 * Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters are escaped.
215 * Decodes an array of quoted-printable characters into an array of original bytes. Escaped characters are converted
234 * Encodes a string into its quoted-printable form using the default string charset. Unsafe characters are escaped.
262 * Decodes a quoted-printable string into its original form using the specified string charset. Escaped characters
283 * Decodes a quoted-printable string into its original form using the default string charset. Escaped characters are
307 * Encodes an object into its quoted-printable safe form. Unsafe characters are escaped.
331 * Decodes a quoted-printable object into its original form. Escaped characters are converted back to their original
365 * Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped
    [all...]
QCodec.java 174 * Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped.
197 * Encodes a string into its quoted-printable form using the default charset. Unsafe characters are escaped.
214 * Decodes a quoted-printable string into its original form. Escaped characters are converted back to their original
237 * Encodes an object into its quoted-printable form using the default charset. Unsafe characters are escaped.
259 * Decodes a quoted-printable object into its original form. Escaped characters are converted back to their original
  /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());
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 88 * escaped text, use the {@link #content(String)} method instead.
89 * @param s the text to write. This String will not be escaped.
97 * a newline. To write escaped text, use the {@link #content(String)}
99 * @param s the text to write. This String will not be escaped.
360 * @param value the value of the attribute, this text will be escaped
361 * @param content the text content, this text will be escaped
379 * @param content the text content, this text will be escaped
391 * @param content the content text, this text will be escaped
408 * @param footer the footer text, this will not be escaped
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 364 boolean escaped = false;
367 if (ch == '"' && !escaped) {
370 if (!qouted && !escaped && isOneOf(ch, delimiters)) {
374 if (escaped) {
375 escaped = false;
377 escaped = qouted && ch == '\\';
  /external/qemu/telephony/
gsm.c 657 int escaped = 0; local
670 if (escaped) {
673 escaped = 1;
696 int escaped = 0; local
707 if (escaped) { /* two escape characters => one space */
709 escaped = 0;
711 escaped = 1;
719 escaped = 0;
720 } else if (escaped) {
746 int escaped = 0 local
    [all...]

Completed in 1571 milliseconds

1 2 3 4 5 6 7 8 91011>>