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

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/platform/
KURL.cpp 70 // ( unreserved | escaped | ";" | ":" | "&" | "=" | "+" | "$" | "," )
690 // FIXME: Non-ASCII characters must be encoded and escaped to match parse() expectations,
721 // FIXME: Non-ASCII characters must be encoded and escaped to match parse() expectations,
734 // FIXME: Non-ASCII characters must be encoded and escaped to match parse() expectations,
758 // FIXME: Non-ASCII characters must be encoded and escaped to match parse() expectations,
782 // FIXME: Non-ASCII characters must be encoded and escaped to match parse() expectations.
798 // FIXME: '#' and non-ASCII characters must be encoded and escaped.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Text.java 33 * escaped during serialization using character references; e.g. the
  /external/bluetooth/glib/glib/
gstrfuncs.h 211 * to a string containing characters that are not to be escaped.
  /external/dbus/dbus/
dbus-internals.h 312 dbus_bool_t _dbus_address_append_escaped (DBusString *escaped,
  /external/icu4c/common/
ruleiter.h 117 * was escaped
rbbiscan.cpp 863 c.fEscaped = FALSE; // The paren that we return is not escaped.
895 // check for backslash escaped characters.
    [all...]
util.h 60 * append the escaped notation and return TRUE.
  /external/icu4c/tools/toolutil/
ucbuf.h 141 * Rewinds the buffer by one codepoint. Does not rewind over escaped characters.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.5-1.js 108 // escaped chars with ascii values less than 256
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 90 <p>Note that the \b's had to be escaped with double backslashes for the Java
  /dalvik/libcore/json/src/main/java/org/json/
JSONTokener.java 239 char escaped = in.charAt(pos++); local
240 switch (escaped) {
268 return escaped;
JSONStringer.java 309 * quotation marks except for the characters that must be escaped:
  /external/bluetooth/bluez/tools/
ubcsp.c 276 /** If the octet needs to be escaped, then output the escape value **/
285 /* If it needs to be escaped, then output the escape octet
302 /* Not escaped, so just output octet */
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
keyfile.sgml 66 characters in value are escaped as \n, \t, \r, and \\, respectively.
67 To preserve leading spaces in values, these can also be escaped as \s.
74 a list, it has to be escaped by prefixing it with a backslash.
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 77 UnicodeString escaped; local
78 escape(str,escaped);
79 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status) + ", str=" + escaped);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 233 * Return the fully escaped path of the entry. This path is safe to use in a
344 * @param escapePath Whether the path need to be escaped for consumption by
390 * Returns an escaped version of the entry name.
  /external/qemu/telephony/
sms.c 50 int escaped = 0; local
71 if (escaped) {
100 escaped = 0;
104 escaped = 1;
132 if (escaped) /* bad final escape */
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 173 * relative URI, this method returns the entire URI. Decodes escaped octets.
184 * relative URI, this method returns the entire URI. Leaves escaped octets
    [all...]
  /external/libxml2/
uri.c 92 * Skip to next pointer char, handle escaped sequences
101 * reg_name = 1*( unreserved | escaped | "$" | "," |
979 * Save the URI as an escaped string
1206 * the colon in file:///d: should not be escaped or
    [all...]
  /external/bluetooth/glib/tests/
regex-test.c 1266 gchar *escaped; local
1270 escaped = g_regex_escape_string (string, length);
1272 if (!streq (escaped, expected))
1274 g_print ("failed \t(got \"%s\", expected \"%s\")\n", escaped, expected);
1275 g_free (escaped);
1279 g_free (escaped);
    [all...]
  /dalvik/docs/
prettify.js 59 /** Walks the DOM returning a properly escaped version of innerHTML.
617 // Tags whose content is not escaped, and which contain source code.
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLTest.java 550 "http:///a path#frag", // space char in path, not in escaped
552 "http://host/a[path#frag", // an illegal char, not in escaped
559 // escaped octet form, no path
567 // in escaped octet form
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
DocumentBuilder.java 182 System.out.println("Escaped URI = " + escapedURI);
  /external/e2fsprogs/lib/blkid/
read.c 144 * in case it is inside quotes, or escaped.
  /external/emma/core/java12/com/vladium/util/
Strings.java 178 * are used for delimiting, hence this is the only kind that is escaped.

Completed in 274 milliseconds

1 2 3 45 6 7 8 91011>>