HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 651 - 675 of 2017) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fparseln.c 75 * that starts in *sp, is escaped by the escape character esc.
  /external/autotest/site_utils/stats/
apache_access_log_metrics.py 51 # possible contained escaped quotes (\").
  /external/curl/docs/cmdline-opts/
page-header 82 Provide the IPv6 zone index in the URL with an escaped percentage sign and the
  /external/curl/lib/
escape.c 208 * Unescapes the given URL escaped string of given length. Returns a
  /external/curl/src/
tool_writeout.c 118 /* an escaped %-letter */
  /external/dtc/
util.h 86 * Parse an escaped character starting at index i in string s. The resulting
  /external/googletest/googletest/
CHANGES 14 * Improvement: char pointers and char arrays are now escaped properly
  /external/guava/guava/src/com/google/common/net/
MediaType.java 720 StringBuilder escaped = new StringBuilder(value.length() + 16).append('"');
723 escaped.append('\\');
725 escaped.append(ch);
727 return escaped.append('"').toString();
  /external/icu/icu4c/source/common/
ruleiter.h 118 * was escaped
  /external/icu/icu4c/source/i18n/
number_affixutils.h 118 * @param input The string to be escaped.
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 63 # in the split regexp are to prevent matching on ';;', which is an escaped ';'
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 162 * Rewinds the buffer by one codepoint. Does not rewind over escaped characters.
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
TranslateJcite.java 187 // Note: This doesn't quite work properly: it introduces an extra space between the escaped
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 110 * converted into anchor tags before being appended to the output. The normal text is escaped and
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 280 // Since the rest of the template has already been auto-escaped at parse time
  /external/libcxx/src/
regex.cpp 27 return "The expression contained an invalid escaped character, or a "
  /external/libmojo/third_party/markupsafe/
__init__.py 25 needing to be escaped. This implements the `__html__` interface a couple
  /external/libvpx/libvpx/third_party/googletest/src/
CHANGES 14 * Improvement: char pointers and char arrays are now escaped properly
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 160 /// \brief Parse the current token as a string which may include escaped
  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 97 PrintFatalError("Non-supported escaped character found in instruction '" +
  /external/markdown/docs/
CHANGE_LOG 55 Feb 9, 2008: Doublequotes no longer html escaped and rawhtml
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 121 // Escaped character
  /external/python/cpython2/Lib/distutils/
spawn.py 56 # have to be escaped? Is there an escaping mechanism other than
  /external/python/cpython2/Lib/test/
test_strftime.py 88 # escaped in escapestr()
  /external/python/cpython2/Objects/stringlib/
string_format.h 751 escaped '{' or '}', or an unescaped '{'. In order to never
753 there's an escaped '{' or '}' then we'll return the literal
784 /* escaped } or {, skip it in the input. there is no
801 braces. note that this prohibits escaped braces, so that
    [all...]

Completed in 1390 milliseconds

<<21222324252627282930>>