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

1 2 34 5 6 7 8 91011>>

  /external/v8/tools/
jsmin.py 227 # This regexp can handle embedded backslash-escaped characters including
228 # embedded backslash-escaped double quotes.
  /external/bluetooth/glib/glib/
gconvert.c     [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URITest.java 60 // path with an escaped octet for space char
62 // path with escaped octet for unicode char, not USASCII
66 "http://host%20name/", // escaped octets in host (becomes
75 "http:///a path#frag", // space char in path, not in escaped
77 "http://host/a[path#frag", // an illegal char, not in escaped
84 // escaped octet form, no path
92 // in escaped octet form
111 // escaped octets for illegal chars
114 // escaped octets for unicode chars
123 // escaped octets for illega
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 175 // '#' char is escaped in any position
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 77 * never, even if this option is set to 'true', be escaped within
  /external/bluetooth/glib/docs/reference/glib/tmpl/
patterns.sgml 17 and '?' can <emphasis>not</emphasis> be escaped to include them literally
string_utils.sgml 777 supplied in @exceptions are not escaped.
787 characters escaped. See above.
792 Replaces all escaped characters with their one byte equivalent. It
797 @Returns: a newly-allocated copy of @source with all escaped
  /external/kernel-headers/original/linux/
ppp_defs.h 105 * Extended asyncmap - allows any character to be escaped.
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_xml.h 38 * These routines handle the special characters, which needs to be escaped, for xml document.
  /external/ppp/pppd/include/net/
ppp_defs.h 120 * Extended asyncmap - allows any character to be escaped.
  /external/webkit/WebKit/qt/Api/
DerivedSources.pro 35 # Quotes need to be escaped once more when placed in eval()
  /frameworks/base/docs/html/guide/topics/resources/
string-resource.jd 400 information from the string. The work-around to this is to write the HTML tags with escaped
405 <li>Store your styled text resource as an HTML-escaped string:
412 HTML-escaped, using the {@code &amp;lt;} notation.</p>
431 "&lt;" or "&amp;", then they must be escaped before formatting, so that when the formatted string
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
ElementImpl.h 54 * appropriately escaped by the implementation when it is written out.
  /packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java 87 * @return Text correctly escaped.
  /packages/apps/Email/src/com/android/exchange/utility/
SimpleIcsWriter.java 70 // The following properties take a TEXT value, which need to be escaped.
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 118 byte msdChar = 0; // first digit of escaped num
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 158 * Used to convert raw characters to their escaped version
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 158 * Used to convert raw characters to their escaped version
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 158 * Used to convert raw characters to their escaped version
  /external/webkit/WebCore/html/
HTMLTokenizer.cpp 352 !state.inXmp() && ch == '-' && m_scriptCodeSize >= 3 && !src.escaped() &&
398 if (!m_scriptCodeResync && !state.escaped() && !src.escaped() && (ch == '>' || ch == '/' || isASCIISpace(ch)) &&
406 if (m_scriptCodeResync && !state.escaped()) {
414 state.setEscaped(!state.escaped() && ch == '\\');
415 if (!m_scriptCodeResync && (state.inTextArea() || state.inTitle() || state.inIFrame()) && !src.escaped() && ch == '&') {
    [all...]
  /external/libxml2/
HTMLtree.c 692 xmlChar *escaped; local
697 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
698 if (escaped != NULL) {
699 xmlBufferWriteQuotedString(buf->buffer, escaped);
700 xmlFree(escaped);
  /external/v8/src/
scanner.cc 975 // non-escaped version of the original character.
1012 // Skip escaped newlines.
1045 // as non-escaped characters by JS VMs.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 288 * Writes text, where special XML chars are escaped automatically
294 * Writes text, where special XML chars are escaped automatically
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 204 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT libs
233 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT libs
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.h 115 are escaped with an additional '$', i.e. '_' becomes "$_". '$' are
116 also escaped, i.e.

Completed in 552 milliseconds

1 2 34 5 6 7 8 91011>>