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

1 2 3 4 56 7 8 91011>>

  /external/icu4c/test/intltest/
idnaconf.cpp 169 if (c == BACKSLASH && curOffset < len -1){ // escaped new line mark
  /external/ppp/pppd/
options.c 1106 * Quotes, white-space and \ may be escaped with \.
1155 * If this character is escaped, we have a word start.
1198 * This character is escaped: backslash-newline is ignored,
1284 * Not escaped: see if we've reached the end of the word.
    [all...]
pppd.8 133 Specifies that certain characters should be escaped on transmission
134 (regardless of whether the peer requests them to be escaped with its
135 async control character map). The characters to be escaped are
139 to be specified. The characters which may not be escaped are those
295 escaped for both the transmit and the receive direction.
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 117 $quoted_pair = $esc + '[^' + $NonASCII + ']'; // # an escaped character
  /external/webkit/WebKitTools/simplejson/
__init__.py 178 coercion rules instead of being escaped to an ASCII ``str``.
  /frameworks/base/core/java/android/pim/vcard/
VCardParser_V30.java 316 * ESCAPED-CHAR = "\\" / "\;" / "\," / "\n" / "\N")
  /dalvik/libcore/regex/src/main/java/java/util/regex/
Matcher.java 496 * and dollar signs escaped.
501 * been escaped.
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
SAXParser.java 295 System.out.println("Escaped URI = " + escapedURI);
324 System.out.println("Escaped URI = " + escapedURI);
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SchemaFactory.java 162 * need to be escaped in a property file, so make sure schema language
163 * URIs are properly escaped in it. For example:</p>
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Element.java 61 * appropriately escaped by the implementation when it is written out.
190 * treated as literal text, and needs to be appropriately escaped by the
  /external/clearsilver/util/
neo_str.c 595 // List of all characters that must be escaped
599 // Check if a single character needs to be escaped
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 104 * Extended chars should be escaped with GSM_EXTENDED_ESCAPE
434 // make sure we can fit an escaped char
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 508 String escaped = str.replaceAll("[\\\\\"]", "\\\\$0"); local
509 return "\"" + escaped + "\"";
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeMessageTest.java 155 // test 2: raw readback is not escaped
188 // test 2: raw readback is escaped
  /external/icu4c/i18n/
rbt_pars.cpp 440 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\' local
441 if (escaped == (UChar32) -1) {
444 if (!parser.checkVariableRange(escaped)) {
447 buf.append(escaped);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 524 /** True if URLs should be specially escaped with the %xx form. */
533 * @param bool True if URLs should be specially escaped with the %xx form.
601 * @return True if URLs should be specially escaped with the %xx form.
    [all...]
  /external/clearsilver/cs/
csparse.c 2365 char *escaped = NULL; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 110 * userinfo can be composed of unreserved, escaped and these
1056 // userinfo can contain alphanumerics, mark characters, escaped
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
URI.java 107 * userinfo can be composed of unreserved, escaped and these
1076 // userinfo can contain alphanumerics, mark characters, escaped
    [all...]
  /external/icu4c/common/
uniset_props.cpp 338 * Characters preceded by '\\' are escaped, losing any special
637 // current character is not special, or if it is escaped,
767 // escaped chars ("\u4E01") and non-syntax characters
    [all...]
  /external/webkit/WebCore/editing/
markup.cpp 425 // FIXME: Comment content is not escaped, but XMLSerializer (and possibly other callers) should raise an exception if it includes "-->".
437 // FIXME: PI data is not escaped, but XMLSerializer (and possibly other callers) this should raise an exception if it includes "?>".
535 // FIXME: CDATA content is not escaped, but XMLSerializer (and possibly other callers) should raise an exception if it includes "]]>".
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-cpp.1 286 However, a trigraph that would form an escaped newline (\fB??/\fR at
288 Therefore, only trigraphs that would form escaped newlines produce
667 conversion, escaped newline splicing, and processing of most directives.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-cpp.1 295 However, a trigraph that would form an escaped newline (\fB??/\fR at
297 Therefore, only trigraphs that would form escaped newlines produce
705 conversion, escaped newline splicing, and processing of most directives.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-cpp.1 288 However, a trigraph that would form an escaped newline (\fB??/\fR at
290 Therefore, only trigraphs that would form escaped newlines produce
697 conversion, escaped newline splicing, and processing of most directives.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-cpp.1 286 However, a trigraph that would form an escaped newline (\fB??/\fR at
288 Therefore, only trigraphs that would form escaped newlines produce
667 conversion, escaped newline splicing, and processing of most directives.
    [all...]

Completed in 1228 milliseconds

1 2 3 4 56 7 8 91011>>