HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 376 - 400 of 1174) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 118 byte msdChar = 0; // first digit of escaped num
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 158 * Used to convert raw characters to their escaped version
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 158 * Used to convert raw characters to their escaped version
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 158 * Used to convert raw characters to their escaped version
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jbd.h 126 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
ppp_defs.h 101 * Extended asyncmap - allows any character to be escaped.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jbd.h 126 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
ppp_defs.h 101 * Extended asyncmap - allows any character to be escaped.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jbd.h 126 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
ppp_defs.h 101 * Extended asyncmap - allows any character to be escaped.
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 726 final String escaped = local
728 final ByteString result = unescapeBytes(escaped);
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 896 std::string escaped; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
base64_unittest.cc 352 std::string escaped; local
353 Base64::EncodeFromArray((const char *)src, szsrc, &escaped);
354 memcpy(dest, escaped.data(), min(escaped.size(), szdest));
355 return escaped.size();
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 701 xmlChar *escaped; local
706 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
707 if (escaped != NULL) {
708 xmlBufferWriteQuotedString(buf->buffer, escaped);
709 xmlFree(escaped);
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
PHP Markdown Extra Readme.text 283 attributes weren't properly escaped with entities.
342 * Fixed a problem where an escaped backslash before a code span
411 when escaped or when the URL is enclosed in angle brakets `<>`.
430 * Now convert escaped characters to their numeric character
604 * Fix for escaped backticks still triggering code spans:
  /external/libxml2/
HTMLtree.c 699 xmlChar *escaped; local
704 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
705 if (escaped != NULL) {
706 xmlBufferWriteQuotedString(buf->buffer, escaped);
707 xmlFree(escaped);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 941 // quotes can be escaped 'like this: ''', "like this: """, or 'like this: "'
1310 char[] escaped = new char[chars.length]; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 942 // quotes can be escaped 'like this: ''', "like this: """, or 'like this: "'
1311 char[] escaped = new char[chars.length]; local
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 523 /* Maximum length, in bytes, of a domain name represented as an *escaped* C-String */
534 * the APIs expect the strings to be properly escaped, using the conventional DNS escaping rules:
544 * In these routines, the "servicename" is NOT escaped. It does not need to be, since
547 * escaped, but since legal regtypes are only allowed to contain letters, digits,
549 * portion is also escaped, though most domains in use on the public Internet
550 * today, like regtypes, don't contain any characters that need to be escaped.
566 * For converting from servicename/regtype/domain to a single properly-escaped
572 * The full (escaped) DNS name of this service's SRV record would be:
    [all...]
  /external/chromium/base/json/
json_reader.cc 411 // Make sure the escaped char is valid.
503 // Not escaped
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 146 // escaped.
189 // Writes out the text string (as UTF8). The text is escaped based on
  /external/chromium/googleurl/src/
url_canon_etc.cc 124 // only emits the canonical version (be it valid or escaped) of each of
147 // result. Since invalid characters will be escaped, we need to preserve
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 157 // escaped.
206 // Writes out the text string (as UTF8). The text is escaped based on
  /external/chromium_org/net/http/
http_content_disposition.cc 206 // What IE6/7 does: %-escaped UTF-8.
217 // web servers emit %-escaped string in a legacy encoding (usually
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single
120 // be escaped and in quotes.

Completed in 1264 milliseconds

<<11121314151617181920>>